Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.04 KB

Guess the Number Game

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.

Getting Started

Prerequisites

Make sure you have JavaScript installed on your machine.

How to Play

  1. Clone the repository:

    git clone https://github.com/Mubashir2611/Number-Guessing-Game.git
  2. Navigate to the project directory:

    cd GuessingNumber
  3. Open the index.html file in your preferred web browser.

  4. The game will prompt you to enter a guess for the randomly generated number.

  5. You will receive feedback on whether your guess is too high, too low, or correct.

  6. Keep guessing until you correctly identify the number.

Customize the Game

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.

Happy guessing!