Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 910 Bytes

File metadata and controls

27 lines (19 loc) · 910 Bytes

Number Guessing Game (GUI)

This is a simple Number Guessing Game implemented with HTML, CSS, and JavaScript. The game runs directly in your browser, providing an interactive GUI—no additional setup is required.

Features

  • Guess a random number between 1 and 100.
  • Get feedback: "Too low" or "Too high" hints after each guess.
  • See the number of attempts taken to guess the correct number.
  • Automatically resets the game after a win.
  • A simple, clean, and responsive user interface.

How to Play

  1. Open the index.html file in any modern web browser.
  2. Enter your guess in the input box.
  3. Click Submit to check your guess.
  4. Follow the feedback and keep guessing until you find the correct number.
  5. Enjoy!

Installation

To set up the game locally:

  1. Clone this repository:
    git clone https://github.com/your-username/number-guessing-game.git