/guess-the-number-game

Guess the number game made with JavaScript

Primary LanguageJavaScript

Guess the number

Guess the Number Game

  • Gives clues about each submitted guess ("Too high", "Too low", etc)
  • Keeps track of number of attempts
  • New Game button resets game and generates new random number to guess without reloading page

Made with JavaScript