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.
Like this project
0
Posted Jan 8, 2025
Interactive 'Guess My Number' game where players guess a number (1-20) in 20 tries, with scores and high score tracking. Showcases logic and UX skills.