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

https://github.com/negrel/guessing_game

My version of guessing game from rust book. https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html
https://github.com/negrel/guessing_game

Last synced: 3 months ago
JSON representation

My version of guessing game from rust book. https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html

Awesome Lists containing this project

README

        

# Guessing game

### Installation

You must install rust first to compile it.

```bash
# Clone the source code
git clone https://github.com/negrel/guessing_game.git

# Compile
cargo build --release

# Play !
./target/release/guessing_game
```

### :stars: Show Your Support
Please give a :star: if this project helped you!

#### :scroll: License
MIT © Alexandre Negrel