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

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.

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
```