stormy

Crates.iostormy
lib.rsstormy
version0.3.0
sourcesrc
created_at2019-01-03 14:27:53.654809
updated_at2019-01-06 19:45:50.658642
descriptionSimple Text Adventure engine where you play and create the story at the same time.
homepage
repositoryhttps://gitlab.com/XBagon/stormy
max_upload_size
id105228
size23,865
XBagon (XBagon)

documentation

README

Simple Text Adventure engine where you play and create the story at the same time.

Get Started:

Load:
stormy path-to-book-file
Create new:
stormy path-to-book-file -n BookName

Then follow instructions and use /help for more information, when in decision mode. The > signals that you're in decision mode.

To save changes in the book, you have to use /save or /quit, otherwise the changes will be lost!

Commit count: 10

cargo fmt