This repository hosts my first Rust project - a simple "Guessing the Number" game for Linux Terminals. It serves as an introduction to Rust programming, providing a hands-on experience with its syntax and features.
- Interactive Game: Engage in a basic and entertaining number guessing game.
- Rust Fundamentals: Explore the fundamentals of Rust programming language.
- Beginner-Friendly: Ideal for those starting their journey with Rust.
- rand = "v0.8.5"
- colored = "v2.1.0"
- clap = "v2.33.0"
-
Download the latest release for your platform.
-
Open your terminal and navigate to the folder where the executable is downloaded.
-
Copy the executable to the
/usr/local/bin
directory using the following command:sudo cp ./guessing_game /usr/local/bin/
Now you can run the game from any terminal window by simply typing its name guessing_game
, thanks to its location in /usr/local/bin
.
Feel free to explore the code, share feedback, or contribute to enhancing this small Rust project. Happy coding!
This Project is licensed under the MIT License.