# Number Guessing Game
A simple number guessing game built with HTML, CSS, and JavaScript. Players guess a randomly generated number and receive real-time feedback on their guesses.
## Features
- Random number generation
- Real-time feedback
- Responsive design for desktop and mobile
## Installation
1. Clone the repository:
```bash
git clone https://github.com/kelvinwaringa/number-guessing-game.git
```-
Navigate to the project directory:
cd number-guessing-game -
Open
index.htmlin your web browser to start playing.
- Enter your guess into the input field.
- Click the "Guess" button to submit.
- Receive feedback and try again until you guess the correct number.
Feel free to fork the repository and submit pull requests with improvements or bug fixes.