Created a 'Guess My Number' game using JavaScript, HTML, and CSS. In this interactive game, players have 20 attempts to guess a randomly generated number between 1 and 20. Each incorrect guess reduces the score, with the remaining attempts determining the final score upon a correct guess. The game also tracks and updates the high score, encouraging replayability. This project highlights my skills in game logic, event handling, and creating a dynamic and engaging user experience.