Skip to content

eldanniklk/guessing_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎯 Guessing Game in Rust

This is my first project in Rust, a classic "Guess the Number" game.
The goal is to get familiar with the language, its ecosystem, and best practices.


πŸš€ What is it about?

The program:

  1. Generates a random number between 1 and 100.
  2. Asks the user to input their guess.
  3. Compares the input with the secret number.
  4. Informs if the number is too small, too big, or if you have won πŸŽ‰.

πŸ¦€ Why Rust?

  • Rust is fast, safe, and widely used in modern ecosystems.
  • It’s a great way to train your mind in concepts like memory management, concurrency, and safety.
  • Learning it step by step prepares me to work on real-world projects.

πŸ“¦ How to run

Clone the repository and run the game:

git clone https://github.com/eldanniklk/guessing_game.git
cd guessing_game
cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages