Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 775 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 775 Bytes

Guess the Number Game

A simple number guessing game built with HTML, CSS, and JavaScript. The goal is to guess a randomly generated number between 1 and 100 in 10 attempts.

Demo

Live Demo

Features

  • Random number generation between 1 and 100.
  • Input validation for valid guesses.
  • Feedback on whether the guess is too high or too low.
  • Display of remaining attempts.
  • "Play Again" option after win/loss.
  • Responsive design for mobile devices.

How to Play

  1. Enter a guess between 1 and 100.
  2. Click "Submit" to check your guess.
  3. Feedback will guide you on guessing higher or lower.
  4. Guess correctly or run out of attempts (10 total).
  5. Click "Play Again" to start a new round.