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
- Host: GitHub
- URL: https://github.com/negrel/guessing_game
- Owner: negrel
- License: mit
- Created: 2020-01-25T15:07:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T20:44:31.000Z (about 5 years ago)
- Last Synced: 2025-01-08T09:14:03.815Z (5 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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