Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1018 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 1018 Bytes

Guess My Number

A simple game that challenges the user to guess a number between 1 and 20. Written in HTML, CSS, and Vanilla JavaScript.

screenshot

Demo

Netlify Status

You can check the demo here.

How it works

  • A random number is generated between 1 and 20.
  • The user is asked to guess a number and enter it in the text box.
  • The user is told if their guess is too high or too low if the guessed number is incorrect.
  • Otherwise, the user is congratulated, and the game is over.

Features

  • Responsive design.
  • Ability to reset and play again.
  • User high score is saved in memory.

Improvements

  • Save high score to local storage.

Notes

This project is part of JavaScript Course by Jonas Schmedtmann on Udemy.