/tine

A choose your own adventure game engine in the style of the game Lifeline. Uses a JSON file for narrative decision trees.

Primary LanguageLessMIT LicenseMIT

README

Demo

Basic Info

  • A simple choose your own adventure game engine in the style of Lifeline.
  • Version 0.01

The framework uses

  • less ( uses the broccoli module )
  • broccoli

How do I get set up?

  • npm install broccoli and it's modules
  • Build and start the server: broccoli serve
  • Write your story in the storyData.js file
  • Profit