texttale

Crates.iotexttale
lib.rstexttale
version0.4.0
sourcesrc
created_at2023-06-25 16:41:31.095511
updated_at2024-08-19 17:15:24.165594
descriptionTextTale provides tools for writing text-mode adventures.
homepage
repositoryhttps://github.com/rescrv/blue
max_upload_size
id899630
size43,768
Robert Escriva (rescrv)

documentation

README

TextTale

TextTale provides tools for writing text-mode adventures.

Status

Active development. TextTale is likely to change in the near future in backwards-incompatible ways. No changes are planned, but the library is immature.

Scope

Macros and functions for telling stories. TextTale makes it easy to write a story that can be run interactively and then replayed. See the scripts/ folder and src/bin/texttale.rs for an example.

Warts

  • Tests are run in repo using a combination of shell scripts and the expect interface.

Documentation

The latest documentation is always available at docs.rs.

Commit count: 1599

cargo fmt