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.
- 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.
- Open the
index.htmlfile in any modern web browser. - Enter your guess in the input box.
- Click Submit to check your guess.
- Follow the feedback and keep guessing until you find the correct number.
- Enjoy!
To set up the game locally:
- Clone this repository:
git clone https://github.com/your-username/number-guessing-game.git