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

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

Awesome Lists containing this project

README

          

# textovka-map

[![Go Report Card](https://goreportcard.com/badge/github.com/krustowski/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)