Esempio n. 1
0
 def create_default_game(self):
     game = Game()
     game.place_squirrel(0, 0)
     game.place_nut(2, 3)
     return game