Closed
Milestone
Mar 27, 2021–Mar 28, 2021
Part I -- Become Familiar with the Code
All of the game's logic is in ants_vs_some_bees.py;
you should not need to modify the other files except to add Sprite (Links to an external site.) filenames to the dictionaries in the Game
class in main.py
, to add ant types to tower.kv
, or to update the game's instructions.