Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 518 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 518 Bytes

FindTheNumber

##Introduction FindTheNumber is a cli game made in Rust by Minege, has been mainly created for learning Rust by practice, but also for fun.

##How to get this game working ?

  • Install Rust
  • Go to the main folder of the game with your Terminal.
  • Run this command:
cargo run

##Goal of the game

The goal of FindTheNumber is to find the correct number. You can choose the range of the number ( the number will be taken randomly ), and you can choose the maximum number of mistake you can do !