A simple number guessing game where players try to guess a randomly generated number within a specified range.
- Random number generation
- User input validation
- Feedback on guesses (too high/too low)
- Attempt counter
- Play again option
git clone https://github.com/KEVINDOCM/Number-Guess-game.git
cd Number-Guess-gameRun the game with:
python guess_game.pyFollow the on-screen prompts to guess the number.
- Python 3.6+
https://roadmap.sh/projects/number-guessing-game
MIT License