A fun & beginner-friendly CLI game to improve logic building
This Number Guessing Game is a simple yet powerful Python project where the computer randomly selects a number and the player tries to guess it.
- Beginners in Python
- Logic building practice
- Understanding loops & conditions
1๏ธโฃ Computer generates a random number
2๏ธโฃ User enters a guess
3๏ธโฃ Game gives hints: Too High / Too Low
4๏ธโฃ Game continues until the correct guess ๐ ๐
git clone https://github.com/anshull-rajput/Number-Guessing-Game.git
cd Number-Guessing-Game
