https://github.com/devendra116/guessinggame_using_rust
It is a Game where player need to guess the number between 0-100 and get some clues to guess the number.And on successfully guessing the number the player wins and the game ends.The whole program is coded in Rust language.
https://github.com/devendra116/guessinggame_using_rust
Last synced: 3 months ago
JSON representation
It is a Game where player need to guess the number between 0-100 and get some clues to guess the number.And on successfully guessing the number the player wins and the game ends.The whole program is coded in Rust language.
- Host: GitHub
- URL: https://github.com/devendra116/guessinggame_using_rust
- Owner: Devendra116
- Created: 2022-04-04T12:07:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T12:24:37.000Z (about 3 years ago)
- Last Synced: 2025-01-11T03:22:27.397Z (4 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GuessingGame_Using_Rust
This is a beginner level Rust Project which gives a good start to learn Rust Language
## To run the project use following commamnd :
#### To clone the repo and enter into GuessingGame_Using_Rust
```
git clone https://github.com/Devendra116/GuessingGame_Using_Rust.git
cd GuessingGame_Using_Rust
```
#### To Get Required dependencies
```
cargo build
```
#### To Run the Program
```
cargo run
```