Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 642 Bytes

File metadata and controls

24 lines (17 loc) · 642 Bytes

Number Guessing Game

A simple web-based number guessing game built with HTML, CSS, and JavaScript.

How to Play

  1. The game generates a random number between 1 and 100.
  2. Enter your guess in the input field.
  3. Click the "Guess" button or press Enter.
  4. The game will tell you if your guess is too high, too low, or correct.
  5. Keep guessing until you find the number!
  6. Click "Reset Game" to start a new game.

Features

  • Random number generation
  • Higher/lower hints
  • Attempt counter
  • Responsive design
  • Keyboard support (Enter to guess)

Running the Game

Simply open index.html in your web browser to start playing.