Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1002 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 1002 Bytes

Guessing Game

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.

About

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.

Usage

  1. Install Rust by following the Rust Getting Started Guide. Once this is done, you should have the rustc compiler and the cargo build system installed in your path.
  2. Run the application binary
    cargo run