Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 447 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 447 Bytes

Game: Guess the Number

To Play The Game

Download the game from here

Run it by executing the binary In unix based OS, navigate to the downloads location and type ./guessing-game in the terminal to run the game

To Develop Locally

open terminal and execute

git clone https://github.com/templar-ajay/guess-the-number.git
cd guess-the-number
cargo run