generating maps using a shapes paradigm (what)
python mapgen.py
shows an image of the generated level, outputs test.wad
omgifol https://github.com/devinacker/omgifol
- Draw sectors with lists of vertexes
- Join sectors that have overlapping lines
- Join sectors correctly at varying floor heights
- Split lines if a vertex lands on them, then join
- Decide what's next
- Generate maps!