https://github.com/battermann/story-tinkler
A simple Markdown based adventure engine
https://github.com/battermann/story-tinkler
Last synced: about 1 year ago
JSON representation
A simple Markdown based adventure engine
- Host: GitHub
- URL: https://github.com/battermann/story-tinkler
- Owner: battermann
- Created: 2017-07-15T20:45:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T20:47:11.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T20:30:54.630Z (about 1 year ago)
- Language: Elm
- Homepage: http://blog.leifbattermann.de/2017/07/23/a-markdown-based-adventure-engine-my-first-playing-around-with-elm/
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Story Tinkler
## Run with docker
Clone repository:
git clone git@github.com:battermann/story-tinkler.git
Build docker image:
docker build . -t story-tinkler
Edit the file `public/story.txt` and create your own story using Markdown and a simple special syntax to connect story parts together.
Run container:
docker run -d -p 5000:5000 -e PORT=5000 story-tinkler
Now open [http://localhost:5000](http://localhost:5000) in your browser. You should see a page containing your story.
This project is bootstrapped with [Create Elm App](https://github.com/halfzebra/create-elm-app).