Welcome to the Number Guess Game! This simple web application is built using HTML, CSS, and JavaScript. It's designed to provide users with an interactive guessing game experience.
- Guessing Interface: There is a single input box where users can enter their guess.
- Submit Button: Users can submit their guess by clicking the "Submit" button.
- Feedback on Guess: Based on the user's guess, they will receive feedback:
- If the guess matches the actual number, they will receive a congratulatory message.
- If the guess is not a perfect match, they will receive prompts indicating whether their guess is less than or greater than the actual number.
- Input Validation: The application also performs input validation to ensure users enter valid numbers or values. If an invalid input is detected, users will be prompted to enter a valid number or value.
- Enter your guess in the input box.
- Click the "Submit" button.
- Receive feedback based on your guess.
- Keep guessing until you find the correct number and receive congratulations!
Feel free to clone this repository and host the game on your own server to enjoy the Number Guess Game!
-
Clone this repository to your local machine.
git clone https://github.com/professorUsama/numberGuessGame.git
You can see a live demo of this project here.
This project is licensed under the MIT License - see the LICENSE file for details.