Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)