guessing-game
Here are 41 public repositories matching this topic...
Just a simple rust guessing game, according to the rust docs. Nothing special, but a nice introduction to my rust journey :-)
-
Updated
Aug 11, 2023 - Rust
Simple Guessing with Rust-lang by amirooo
-
Updated
Mar 25, 2024 - Rust
The first project written in Rust was a guessing game that served as an opportunity for me to gain initial experience with Rust. I followed the tutorial from the Rust Book.
-
Updated
Jul 5, 2023 - Rust
An improved guessing game, still written in Rust
-
Updated
Sep 26, 2023 - Rust
a simple guessing game written in rust!
-
Updated
Dec 4, 2023 - Rust
The program will generate a random integer between 1 and 100. It will then prompt the player to enter a guess. After a guess is entered, the program will indicate whether the guess is too low or too high. If the guess is correct, the game will print a congratulatory message and exit.
-
Updated
Nov 10, 2023 - Rust
Basic number guessing game based on the example from The Book
-
Updated
Dec 30, 2020 - Rust
An implementation of the guessing game from The Rust Programming Language Book
-
Updated
Aug 25, 2020 - Rust
Improve this page
Add a description, image, and links to the guessing-game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the guessing-game topic, visit your repo's landing page and select "manage topics."