Awesome
About
Monologue is a node-based conversation tree builder.
Using
Editor
There are no public built binaries, yet. Clone the repository and check the Developing section below.
Readers
- monologue-reader, parser & controller written in Haxe (created by the incredible Lars Doucet)
If you want to implement your own, you can find the specs for the project files here.
Default project file
Until the New Project feature is implemented, you can find an example project file here.
Developing
An installation of nodejs is required to develop Monologue.
First, install the dependencies:
npm install gulp-cli -g && npm install
To run Monologue:
npm start
The UI is HTML/CSS.
You can compile the Jade/LESS by running gulp:
gulp {jade|less}
Or watch for changes and compile automatically:
gulp watch
Enjoy! :thumbsup: