Skip to content

imedonii/GuessMyNumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

🎯 Guess My Number Game

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! 🏆

🚀 How to Play

  1. The computer selects a random number between 1 and 20.
  2. You enter your guess in the input field.
  3. The game will tell you if your guess is too high ⬆️ or too low ⬇️.
  4. Keep guessing until you find the correct number! ✅
  5. You start with 20 points, and each wrong guess decreases the score by 1 point.
  6. Try to get the highest score possible! 🎉

🛠️ Technologies Used

  • HTML
  • CSS
  • JavaScript

🏁 Getting Started

To play the game on your local machine:

  1. Clone this repository:
    git clone https://github.com/yourusername/guess-my-number.git
  2. Navigate into the project folder:
    cd guess-my-number
  3. Open the index.html file in your browser.

🌟 Features

  • Random number generation 🎲
  • Hint system (Too High / Too Low) 🗣️
  • Score tracking 📊
  • Simple and fun gameplay 🎈

🤝 Contributing

Feel free to contribute by creating a pull request or submitting an issue! 🛠️

📜 License

This project is open-source and available under the MIT License.


Made with ❤️ and ☕