Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 415 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 415 Bytes

number-guesser

A vanilla JavaScript project focused around a number guessing game.

The user has to guess what the number is between 1 and 10. The user gets a certain amount of guesses.

The user will recieve a message if there is no number inputted, they guess but the number is incorrect or if they win they will get a win message. In a win or loss situation the user is able to play again and the game resets.