This is a simple number guessing game where the system picks a number between 1 and 100. The player tries to guess it, and after each attempt, the game gives a hint like “too high” or “too low” to guide them.
The goal is to find the correct numbe…
This is a simple number guessing game where the system picks a number between 1 and 100. The player tries to guess it, and after each attempt, the game gives a hint like “too high” or “too low” to guide them.
The goal is to find the correct number in as few chances as possible. It also includes difficulty levels, score tracking, and a best score feature to make it more engaging.
Used GitHub Copilot for debugging and AI tools for creating the project banner.