Welcome to the "Guess the Number" project! This is a simple game where players try to guess a randomly generated number within a specified range.
Make sure you have JavaScript installed on your machine.
-
Clone the repository:
git clone https://github.com/Mubashir2611/Number-Guessing-Game.git
-
Navigate to the project directory:
cd GuessingNumber
-
Open the
index.html
file in your preferred web browser. -
The game will prompt you to enter a guess for the randomly generated number.
-
You will receive feedback on whether your guess is too high, too low, or correct.
-
Keep guessing until you correctly identify the number.
Feel free to customize the game parameters by modifying the following in the repo files:
MIN_NUMBER
: The minimum value for the randomly generated number.MAX_NUMBER
: The maximum value for the randomly generated number.