https://github.com/ajay-develops/guess-the-number
https://github.com/ajay-develops/guess-the-number
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajay-develops/guess-the-number
- Owner: ajay-develops
- Created: 2024-03-09T18:34:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-02T21:44:38.000Z (7 months ago)
- Last Synced: 2026-05-15T09:33:56.151Z (about 2 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```