intfic

intfic is a framework that allows you to write a branching story with minimal code. It uses story files with a custom markup syntax that allows for the following:

Additionally, I've included some basic functions for asking yes-no questions and traveling in the cardinal directions, should you prefer to take a more "text adventure" approach with code.

Getting Started

  1. Run the example with "cargo run"
  2. Examine the example story files and read up on the intfic Story File Markup Specification
  3. Write you own story, and update main.rs to start it!

License

This project is licensed under the MIT License - see the LICENSE.md file for details