/guessing_game

guess the number!

Primary LanguageRust

guessing_game

Simple game in rust. You should guess the secret number to win!

-cargo build --release # to build the project
-cargo run             # to run the game