Welcome to the Number Guessing Game, a simple web application created using HTML, CSS, and JavaScript. Test your guessing skills by choosing a number between 1 and 100. You have 10 attempts to guess the correct number. After 10 attempts, the game will end, and you can start a new game if you wish to continue playing.
-
Open the
index.html
file in your preferred web browser. -
Choose a number between 1 and 100.
-
Submit your guess.
-
Receive feedback on whether your guess is too high, too low, or correct.
-
Repeat steps 2-4 until you either guess the correct number or exhaust your 10 attempts.
If you want to play again after completing the current game or running out of attempts, simply click the "Start New Game" button to reset the game and start fresh.
-
HTML: Used to structure the web pages and content.
-
CSS: Styles the project for a visually appealing design.
-
JavaScript: Implements the game logic, providing an interactive experience.
Feel free to explore, play, and provide feedback. Enjoy the Number Guessing Game!