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

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

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

![sample image](https://github.com/wolfadex/elm-text-adventure/raw/master/elm-text-adventure_example_500x285.png)