Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okbel/rusty-random
A guessing game using Rust
https://github.com/okbel/rusty-random
Last synced: 21 days ago
JSON representation
A guessing game using Rust
- Host: GitHub
- URL: https://github.com/okbel/rusty-random
- Owner: okbel
- Created: 2017-05-06T20:12:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T20:16:46.000Z (over 7 years ago)
- Last Synced: 2024-10-04T18:41:27.875Z (about 1 month ago)
- Language: Rust
- Size: 495 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rusty Random
A simple guessing game using Rust## Run
$ `./target/release/rusty_random`## Output
```bash
./target/release/rusty_random
Guess the number!
Please input your guess.
50
You guessed: 50
Too small!
Please input your guess.
67
You guessed: 67
You win!
The number was: 67
```