Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```