##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 !