App Overview
This is a Number Guessing Game App
User Functionality
- Start a New Game
- • Click the <New Game> Button
- Guess Number
- • Enter a number between 1 and 20 in the blank box and click the <Check> Button
- • A message will display: Correct Number! or Too low! or Too high!
- • If the number was not correct - guess again
- • Game will keep track of the Highscore between page reloads
Coding Features and Methods Used
• Basic DOM Manipulation