@@ -71,6 +71,8 @@ func initialize() (Game, error) {
gameover: 0,
}
+ game.initRobots()
+
return game, err