cyoa

Crates.iocyoa
lib.rscyoa
version0.1.3
sourcesrc
created_at2021-05-19 15:55:20.912383
updated_at2021-05-20 12:16:44.037005
descriptionA Crate to facilitate the creation of Choose-Your-Own-Adventure games in a text-based format
homepagehttps://github.com/sambhavsaggi/cyoa-rs
repositoryhttps://github.com/sambhavsaggi/cyoa-rs
max_upload_size
id399642
size5,696
(9p4)

documentation

README

CYOA-rs

A text-based choose-your-own-adventure game engine written in Rust.

How to use

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.

Demo

Check out Crime and Punishment recreated in this game engine.

Commit count: 21

cargo fmt