200-JAVASCRIPT-PROJECT

Number Guessing Game

Description

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.

Features

Technologies Used

Setup

To set up and run the Number Guessing Game project:

  1. Clone the Repository: Clone the project repository to your local machine using the following command:

    git clone <repository_url>
    
  2. Navigate to the Project Directory: Open your terminal or command prompt and navigate to the directory where you cloned the project.

  3. Open Index.html: Open the index.html file in your preferred web browser to view the Number Guessing Game.

  4. Start the Game: Enter the specified range for the random number and click the “Start” button to begin the game.

  5. 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.

  6. Track Your Score: Keep track of your score based on the number of attempts taken to guess the correct number.