Number Guessing Game
Beginner
Games
Low
A fun command-line game where the computer picks a random number and the user tries to guess it. Great for learning loops, conditionals, and user input handling.
Features
- Generate random number between 1 and 100
- Give hints: too high or too low
- Count number of attempts
- Show final score at the end
Project Roadmap
Follow these steps in order. Each one builds on the previous.
0% completed