An open API service indexing awesome lists of open source software.

https://github.com/n3wzd/rpg-map-generator

Application for generating RPG maps.
https://github.com/n3wzd/rpg-map-generator

2d-game astar-algorithm bsp cellular-automata gui json map-generator painting png python python-tkinter rpg rpg-maker-mv simplex-noise

Last synced: 6 months ago
JSON representation

Application for generating RPG maps.

Awesome Lists containing this project

README

          

# RPG Map Generator

> Application for generating RPG maps.

![example](example.png)

- 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`
- Save & Load parameter settings

## Stack
- Python