https://github.com/hexensemble/cli-town-generator
Procedural town generation tool, built with Rust. 🏰
https://github.com/hexensemble/cli-town-generator
cli procedural-generation rust
Last synced: 22 days ago
JSON representation
Procedural town generation tool, built with Rust. 🏰
- Host: GitHub
- URL: https://github.com/hexensemble/cli-town-generator
- Owner: hexensemble
- License: apache-2.0
- Created: 2025-01-16T17:38:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-31T19:53:29.000Z (25 days ago)
- Last Synced: 2026-05-31T21:22:23.654Z (25 days ago)
- Topics: cli, procedural-generation, rust
- Language: Rust
- Homepage:
- Size: 177 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI Town Generator
Procedural town generation tool, built with Rust. 🏰
Towns can be explored using [CLI Town Explorer](https://github.com/hexensemble/cli-town-explorer).

**Download:** https://github.com/hexensemble/cli-town-generator/releases
**Features:**
- 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.
Supports Mac and Linux.