going-rogue/roguebasin
2022-05-05 08:38:06 -07:00
..
__main__.py Add a map module with a Map class 2022-04-30 23:29:52 -07:00
actions.py Move MovePlayerAction.Direction to geometry.Direction 2022-05-03 18:21:24 -07:00
engine.py Let NPCs randomly walk 2022-05-05 08:38:06 -07:00
events.py Add diagonal movement 2022-05-04 09:25:35 -07:00
geometry.py Add Direction.all() that returns an iterator that produces all the Direction values 2022-05-05 08:37:48 -07:00
main.py Default --debug on 2022-05-01 17:41:42 -07:00
map.py Add Direction.all() that returns an iterator that produces all the Direction values 2022-05-05 08:37:48 -07:00
object.py Fix up all the runtime errors caused by the previous refactoring 2022-05-01 09:51:22 -07:00
tile.py Add a map shroud over tiles and compute field of view based on player position!!! 2022-05-04 09:22:40 -07:00