going-rogue/roguebasin
2022-05-08 10:03:28 -07:00
..
__init__.py
__main__.py
actions.py
ai.py Add a HostileEnemy AI component 2022-05-08 09:48:22 -07:00
components.py Add a Fighter component that tracks hit points, attack power, defense, etc 2022-05-08 09:46:32 -07:00
engine.py Instantiate Monsters with a HostileEnemy AI 2022-05-08 09:55:10 -07:00
events.py Let Entity.ai produce its own Actions! 2022-05-08 10:03:28 -07:00
geometry.py
map.py
monsters.py Move Monster to the object module 2022-05-08 09:48:05 -07:00
object.py Lots of comment and type documentation in object.py 2022-05-08 09:56:21 -07:00
tile.py