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. 🏰
- Host: GitHub
- URL: https://github.com/hexensemble/town-generator
- Owner: hexensemble
- Created: 2025-01-16T17:38:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T13:01:04.000Z (4 months ago)
- Last Synced: 2025-01-28T13:28:45.049Z (4 months ago)
- Topics: procedural-generation, rust
- Language: Rust
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Town Generator
Procedural town-generation tool for a CLI RPG I'm developing. 🏰

- 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.