Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmarcosfelipe/guessing_game
Guessing number game created to learn Rust basics.
https://github.com/pmarcosfelipe/guessing_game
cargo rust rust-lang
Last synced: 7 days ago
JSON representation
Guessing number game created to learn Rust basics.
- Host: GitHub
- URL: https://github.com/pmarcosfelipe/guessing_game
- Owner: pmarcosfelipe
- Created: 2024-05-19T15:20:59.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-19T15:21:51.000Z (6 months ago)
- Last Synced: 2024-05-19T16:34:31.588Z (6 months ago)
- Topics: cargo, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guessing Number
Guessing number game created to learn Rust basics.
## Running project
```
cargo run
```## References
[https://doc.rust-lang.org/](https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html)