Dialog tree creator web interface allows for creating simply dialog trees and exporting as JSON (WIP). Allows for the simple creation of:
- Text Nodes (Simple text dialog with one possible outcome)
- Question Nodes (Question dialog with multiple answers)
- Clone the repository using
git clone https://github.com/Goodpie/Dialog-Creator.git - Open
index.htmlwith your favourite browser - Insert a title and add as many questions / text elements as you want
- Press "Save All"
- Save the JSON from the new page that open
Check out the Trello page here and keep up with progress