going-rogue/roguebasin
Eryn Wells 5302b5cf5e Redo tiles to use numpy datatypes
This gives us some nice optimizations when splatting the map to the console.
2022-05-01 00:09:12 -07:00
..
__main__.py Add a map module with a Map class 2022-04-30 23:29:52 -07:00
actions.py Add actions and events modules 2022-04-30 21:59:01 -07:00
engine.py Redo tiles to use numpy datatypes 2022-05-01 00:09:12 -07:00
events.py Add actions and events modules 2022-04-30 21:59:01 -07:00
geometry.py Add mid coordinate and midpoint properties to Rect 2022-05-01 00:08:10 -07:00
main.py Clean up now-unused imports in main.py 2022-05-01 00:07:54 -07:00
map.py Redo tiles to use numpy datatypes 2022-05-01 00:09:12 -07:00
object.py Add an Engine class and move all the engine-y bits over there from main 2022-04-30 23:30:23 -07:00
tile.py Redo tiles to use numpy datatypes 2022-05-01 00:09:12 -07:00