Crates.io | texttale |
lib.rs | texttale |
version | 0.4.0 |
source | src |
created_at | 2023-06-25 16:41:31.095511 |
updated_at | 2024-08-19 17:15:24.165594 |
description | TextTale provides tools for writing text-mode adventures. |
homepage | |
repository | https://github.com/rescrv/blue |
max_upload_size | |
id | 899630 |
size | 43,768 |
TextTale provides tools for writing text-mode adventures.
Active development. TextTale is likely to change in the near future in backwards-incompatible ways. No changes are planned, but the library is immature.
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.
The latest documentation is always available at docs.rs.