The Number Guessing Game is a web application that challenges users to guess a randomly generated number within a specified range. This game provides an interactive and entertaining way for users to test their guessing skills and enjoy a fun gaming experience.
To set up and run the Number Guessing Game project:
Clone the Repository: Clone the project repository to your local machine using the following command:
git clone <repository_url>
Navigate to the Project Directory: Open your terminal or command prompt and navigate to the directory where you cloned the project.
Open Index.html: Open the index.html
file in your preferred web browser to view the Number Guessing Game.
Start the Game: Enter the specified range for the random number and click the “Start” button to begin the game.
Guess the Number: Input your guesses in the provided field and submit them. Receive feedback on whether your guess is too high, too low, or correct.
Track Your Score: Keep track of your score based on the number of attempts taken to guess the correct number.