Skip to content

simonsynnes/number-guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust number guessing game

This is a simple number guessing game written in Rust. The game generates a random number between 1 and 100 and the player has to guess it. The game will give hints if the guess is too high or too low.

To run the game, you need to have Rust installed.

Once you have Rust installed, you can run the game by executing the following command:

cargo run Or in release mode: cargo run --release

About

CLI based guessing game built with Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages