Project description
Introducing my latest creation, a captivating Number Guessing Game developed solely using JavaScript and the DOM manipulation technique. Immerse yourself in the thrill of guessing a number between 1 and 20, where your accuracy and intuition play a pivotal role in achieving the highest score possible.
How to Play:
Number Selection: The game randomly generates a secret number between 1 and 20.
Guessing: Input your guess into the provided field and hit the "Check" button to see if your guess is correct.
Scoring: If your guess is incorrect, your score decreases by 1. If you guess correctly, your score remains unchanged, and the high score is updated if needed.
High Score: The game keeps track of the highest score achieved during your play session.
Key Features:
Random Number Generation: Using JavaScript's random number functions, the game generates a secret number for each round.
DOM Manipulation: I've harnessed the power of the DOM to create dynamic elements, update scores, and handle user interactions.
Interactive Design: The game interface reacts to your actions, providing feedback and guiding you throughout the process.
High Score Tracking: Your highest score is recorded, ensuring you can aim for improvement in subsequent rounds.