Guess the Number (Console Game)
This project is a console-based number guessing game implemented in Python. The computer generates a random number within a specified range (1 to 100), and the player attempts to guess it with a limited number of attempts based on the chosen difficulty level (easy or hard).
Check Out Repository