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"
Run the app:
cargo run
Run the app with a custom seed:
cargo run seed custom-seed