Guess My Number is a simple and engaging number guessing game built with JavaScript, HTML, and CSS.
The game generates a random secret number between 1 and 20.
Players try to guess the number by entering their choice.
After each guess, the game provides feedback: too high, too low, or correct.
Players start with a score of 20, and each wrong guess decreases the score by 1.
The highest score is stored, encouraging players to beat their best attempts.
This project highlights DOM manipulation, event-driven programming, and basic game logic using vanilla JavaScript.