A simple number guessing game implemented in Rust.
GuessMe is a command-line game where players try to guess a randomly generated number. This game is described in the Official Rust Programming Book as a command line game. This project adds a Ui to the game. slint is used for the project.
- Rust (latest stable version)
- Cargo
- Clone the repository:
git clone https://github.com/Shorotshishir/GuessMe.git
cd GuessMe
- Build the project:
cargo build
cargo run
- The game generates a random number between 0 and 100.
- Enter your guess and receive feedback.
- Continue until you guess correctly.
This project uses Slint for its graphical user interface.
- Ensure you have the required Slint dependencies installed. Check the Slint documentation for details.
- The UI is integrated with the game logic. Building the project via Cargo will compile the Slint UI components.
Feel free to fork the repository and submit pull requests.
This project is licensed under the MIT License.