Application for generating RPG maps.
- 4 types of map generation:
- Dungeon: Uses BSP
- Cave: Uses Cellular Automata
- Plains
- Nature: Uses Simplex Noise
- Graph path generation: Uses A* algorithm
- Tile theme selection
- Random area tile placement (e.g., water, carpet)
- Random decorative tile placement (floor, wall)
- Export to JSON and PNG files
- Compatible with
RPG Maker MV
- Compatible with
- Save & Load parameter settings
- Python