https://github.com/krustowski/textovka-map
map generator for krustowski/textovka-api
https://github.com/krustowski/textovka-map
generator golang text-based-game
Last synced: about 1 month ago
JSON representation
map generator for krustowski/textovka-api
- Host: GitHub
- URL: https://github.com/krustowski/textovka-map
- Owner: krustowski
- License: mit
- Created: 2022-09-25T18:25:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T19:54:13.000Z (over 3 years ago)
- Last Synced: 2024-06-20T11:52:21.964Z (about 2 years ago)
- Topics: generator, golang, text-based-game
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# textovka-map
[](https://goreportcard.com/report/github.com/krustowski/textovka-map)
Simple map generator for [krustowski/textovka-api](https://github.com/krustowski/textovka-api) text-base game engine.
```shell
go build textovka-map
./textovka-map -mapName "madness" -roomCount 95 > map.json
```
## roadmap to v0.2
+ load items, objects, actions, effects, hidden rooms (as things)
+ post-processing: make new room links after adding 'things'
+ simple map test? (like demo map test, but autogenerated test)