Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.43 KB

README.md

File metadata and controls

27 lines (23 loc) · 2.43 KB

Digress

Software for reading and writing non-linear text-based stories. Provides tools for variable management, story node editing, and branching/looping stories. It contains markdown-like node content for writer-driven logic and variable modification. It is an all-in-one tool for writing, debugging, and playing branching narrative stories without needing to know how to code.

---------------------------------------------

Sprint 3

Goal: Finalize restructuring of codebase and implement import/export file feature, as well as ensure create and play story are working properly and the user can delete nodes.

---------------------------------------------

Sprint 2

Goal: Improve the Digress codebase by making creating and playing stories both accessible through the command line, and being able to export and import files through a specific data format.

---------------------------------------------

Sprint 1

Goal: Set up the basic structure of the software, including linkable story nodes that can be "read" by the user as well as debugged on the developer's side.