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

https://github.com/hexensemble/town-generator

Procedural town-generation tool for a CLI RPG I'm developing. 🏰
https://github.com/hexensemble/town-generator

procedural-generation rust

Last synced: 3 months ago
JSON representation

Procedural town-generation tool for a CLI RPG I'm developing. 🏰

Awesome Lists containing this project

README

        

# Town Generator

Procedural town-generation tool for a CLI RPG I'm developing. 🏰


![Town Generator](preview.png)


- Randomly generates towns with buildings, rooms, NPCs, chests, and more.
- Exports world data as a JSON file and town connections as a DOT file.
- Configurable via a settings file for customization.
- Supports importing a modified DOT file to regenerate town data.