Python tower defense. Class project for CS 88
ants.py: The game logic of Ants Vs. SomeBees
ants_plans.py: Some additional logic for game setup
ants_gui.py: The original GUI for Ants Vs. SomeBees
gui.py: A new GUI for Ants Vs. SomeBees
graphics.py: Utilities for displaying simple two-dimensional animations
state.py: Abstraction for gamestate for gui.py
utils.py: Some functions to facilitate the game interface
ucb.py: Utility functions for CS 88
assets: A directory of images and files used by gui.py
img: A directory of images used by ants_gui.py
ok: The autograder
proj2.ok: The ok configuration file
tests: A directory of tests used by ok