This is a simple guessing game where the user has to guess a number between 1 and 100. The game was made using the Slint and Rust programming languages.
This game is remake of Guessing game provided in the Rust Book. The game was a simple command line application that generates a random number between 1 and 100 and asks the user to guess the number. Now it's simple GUI application that generates a random number between 1 and 100. The user has a limited number of attempts to guess the number. The game provides hints to the user to help them guess the number.
- Install Rust by following the Rust Getting Started Guide.
Once this is done, you should have the
rustc
compiler and thecargo
build system installed in your path. - Run the application binary
cargo run