An open API service indexing awesome lists of open source software.

https://github.com/ajay-develops/guess-the-number


https://github.com/ajay-develops/guess-the-number

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

          

# Game: Guess the Number

## To Play The Game

Download the game from [here](https://github.com/templar-ajay/guess-the-number/releases/tag/v1.0.0)

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

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