Modules
| cellular.lua | Cellular Automata Class. |
| procedural | Refactored as of 8/22/2023. |
Classes
| Cinema | A cinematographer class for camera function. |
| Dungeon | Implements dungeon generation by room accretion method. |
| Room | Implements Room Objects for room accretion. |
| Tile | Implements tile Objects which are data containers for important map information need for room generation and room accretion. |