Crates.io | cyoa |
lib.rs | cyoa |
version | 0.1.3 |
source | src |
created_at | 2021-05-19 15:55:20.912383 |
updated_at | 2021-05-20 12:16:44.037005 |
description | A Crate to facilitate the creation of Choose-Your-Own-Adventure games in a text-based format |
homepage | https://github.com/sambhavsaggi/cyoa-rs |
repository | https://github.com/sambhavsaggi/cyoa-rs |
max_upload_size | |
id | 399642 |
size | 5,696 |
A text-based choose-your-own-adventure game engine written in Rust.
Take a look at the example file. The game itself is written in JSON, and is serialized on load. The engine itself is very idiomatic, and should be easy to figure out.
Check out Crime and Punishment recreated in this game engine.