Welcome to Guess My Number! 🎮
This is a simple number guessing game where the computer picks a random number between 1 and 20, and the player has to guess it. The game provides hints and keeps track of the player's score. The faster you guess, the higher your score! 🏆
- The computer selects a random number between 1 and 20.
- You enter your guess in the input field.
- The game will tell you if your guess is too high ⬆️ or too low ⬇️.
- Keep guessing until you find the correct number! ✅
- You start with 20 points, and each wrong guess decreases the score by 1 point.
- Try to get the highest score possible! 🎉
- HTML
- CSS
- JavaScript
To play the game on your local machine:
- Clone this repository:
git clone https://github.com/yourusername/guess-my-number.git
- Navigate into the project folder:
cd guess-my-number
- Open the
index.html
file in your browser.
- Random number generation 🎲
- Hint system (Too High / Too Low) 🗣️
- Score tracking 📊
- Simple and fun gameplay 🎈
Feel free to contribute by creating a pull request or submitting an issue! 🛠️
This project is open-source and available under the MIT License.
Made with ❤️ and ☕