Skip to content

DrEverr/Guessing-Game-Rust-Slint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages