Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dbrandstetter/guessing-game

Just a simple rust guessing game, according to the rust docs. Nothing special, but a nice introduction to my rust journey :-)
https://github.com/dbrandstetter/guessing-game

Last synced: 6 days ago
JSON representation

Just a simple rust guessing game, according to the rust docs. Nothing special, but a nice introduction to my rust journey :-)

Awesome Lists containing this project

README

        

# CLI Rust Guessing Game 🦀

The following code has been written according to the instructions
from the Rust docs.
Nevertheless I learned a lot from it and want to share this simple
guessing game with the people ;-)

To run, just execute the complied file in /target/release/guessing-game
and enjoy the CLI adventure.