https://github.com/potatogopher/rust-guessing-game
https://github.com/potatogopher/rust-guessing-game
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/potatogopher/rust-guessing-game
- Owner: potatogopher
- Created: 2016-11-16T21:58:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T03:13:50.000Z (over 9 years ago)
- Last Synced: 2025-01-26T16:33:09.440Z (over 1 year ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guessing Game
_This is a simple guessing game built in Rust. This was done from the tutorial offered by [the book](https://doc.rust-lang.org/book/guessing-game.html)._