Skip to main content

Guess the Number!

Updated Dec 27, 2020 ยท

JavaScript

info

This project is not optimized for small mobile screens.

For the best experience, please open it on a desktop or laptop.

This is a simple number guessing game where you try to guess a number between 1 and 20. Input a number, press enter, and get feedback until you find the correct number.

  • If your guess is too low, you'll see "๐Ÿ‘‡ Too low!"
  • If it's too high, you'll see "๐Ÿ‘† Too high!"
  • The score starts at 20 and decreases with every incorrect guess
  • Click "Again!" to restart the game

You can also explore:

Test it directly here: