Tiny mystery game
Some AI was used to help generate content such as lists of possible names for procedural generation to select from, and to flesh out content such as what items might be found at a blacksmith's shop. All actual text content and code is handwritten.
Turn off dead code compilation warnings while prototyping:
export RUSTFLAGS="$RUSTFLAGS -A dead_code"
Set RUSTFLAGS
to an empty string or echo $RUSTFLAGS
to check the prior value to reset when done.
Run the app:
cargo run
Run the app with a custom seed:
cargo run seed custom-seed