This is my first GitHub repository! π
A simple command-line number guessing game written in Python.
- The program randomly chooses a number between 1 and 100.
- The player has to guess the number.
- After each guess, the program gives hints:
"lower number please"β if your guess is too high."higher number please"β if your guess is too low.
- The game ends when you guess the number correctly.
- Finally, it shows how many attempts you took.
Make sure you have Python installed, then run:
python guess_number.py