Crates.io | intfic |
lib.rs | intfic |
version | 0.3.8 |
source | src |
created_at | 2020-06-10 02:11:01.829003 |
updated_at | 2020-07-10 23:24:25.831471 |
description | An interactive fiction framework written in Rust |
homepage | |
repository | https://github.com/tjhaskel/rust_intfic |
max_upload_size | |
id | 252177 |
size | 90,477 |
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.
This project is licensed under the MIT License - see the LICENSE.md file for details