Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 522 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 522 Bytes

number-guesser

Choose a number between 1 and 20. You have 20 attempts to guess the number before you lose the game. This was a project where the HTML and CSS were provided. The purpose was to create the game functions using JavaScript. Game functions: Randomize the number to guess, log the highscore, countdown amount of turns left, configure "Again!" button to reset the game, chaange background color when number is guessed correctly, notifications for guessing a number "Too high" or "Too low", and click functions.