Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 443 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 443 Bytes

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