https://github.com/wolfadex/elm-text-adventure
A simple text adventure builder
https://github.com/wolfadex/elm-text-adventure
Last synced: about 1 year ago
JSON representation
A simple text adventure builder
- Host: GitHub
- URL: https://github.com/wolfadex/elm-text-adventure
- Owner: wolfadex
- License: mit
- Created: 2019-09-29T15:03:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T21:47:30.000Z (about 3 years ago)
- Last Synced: 2025-02-07T18:15:07.110Z (over 1 year ago)
- Language: HTML
- Homepage: https://wolfadex.github.io/elm-text-adventure/
- Size: 674 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Elm Text Adventure
A module for building text adventures. Exposes functions for creating rooms, connections between rooms, and items. The rest is up to you!
Items are fairly open and your main way of altering the world around your player.
See [Space Adventure](https://wolfadex.github.io/elm-text-adventure/) for a small example game. The code can be found at https://github.com/wolfadex/elm-text-adventure/tree/master/example
