going-rogue/roguebasin
Eryn Wells 5ce26e310b Move the action perform logic to Action.perform() on each Action subclass
Rename Object to Entity to avoid name clashes with Python.object
2022-05-01 09:29:30 -07:00
..
__main__.py Add a map module with a Map class 2022-04-30 23:29:52 -07:00
actions.py Move the action perform logic to Action.perform() on each Action subclass 2022-05-01 09:29:30 -07:00
engine.py Move the action perform logic to Action.perform() on each Action subclass 2022-05-01 09:29:30 -07:00
events.py Add actions and events modules 2022-04-30 21:59:01 -07:00
geometry.py Refine the geometry classes; add __add__ method for Points and Vectors 2022-05-01 09:26:20 -07:00
main.py Add some error logging to main and a --debug argument 2022-05-01 09:26:57 -07:00
map.py Move the action perform logic to Action.perform() on each Action subclass 2022-05-01 09:29:30 -07:00
object.py Move the action perform logic to Action.perform() on each Action subclass 2022-05-01 09:29:30 -07:00
tile.py Redo tiles to use numpy datatypes 2022-05-01 00:09:12 -07:00