going-rogue/erynrl
Eryn Wells b0d91c9c5d Refactor how maps, rooms, and corridors are generated
- Rect and Room method objects no longer need to know the map size up front
- The Map object has lists of interesting map features (I don't like this)
- Room and corridor generators take the map itself as an argument to their
  generate and apply methods
- Create a Corridor object to hold a list of points
- Add a bunch of documentation here and there
2023-03-11 00:06:47 -08:00
..
actions Rename the Map's Point question methods to use "point" instead of "tile" 2023-03-08 08:57:20 -08:00
interface Figure out (finally!) the mouse coordinates in the MapWindow 2023-03-10 23:53:08 -08:00
map Refactor how maps, rooms, and corridors are generated 2023-03-11 00:06:47 -08:00
__init__.py
__main__.py Restructure event handling 2023-03-07 21:29:28 -08:00
ai.py Rename the Map's Point question methods to use "point" instead of "tile" 2023-03-08 08:57:20 -08:00
components.py
configuration.py
engine.py Refactor how maps, rooms, and corridors are generated 2023-03-11 00:06:47 -08:00
events.py Restructure event handling 2023-03-07 21:29:28 -08:00
geometry.py Figure out (finally!) the mouse coordinates in the MapWindow 2023-03-10 23:53:08 -08:00
items.py
log.py
messages.py
monsters.py
object.py