Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 :-)
- Host: GitHub
- URL: https://github.com/dbrandstetter/guessing-game
- Owner: dbrandstetter
- Created: 2023-08-11T20:36:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-11T20:42:23.000Z (over 1 year ago)
- Last Synced: 2023-08-12T04:08:01.404Z (over 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.