Skip to content

ardunster/tiny-mystery-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny-mystery-game

Tiny mystery game

AI Use

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.

Commands

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

About

Tiny mystery game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages