This simple web-based game challenges players to guess a secret number within a specified range. The player who correctly guesses the number with the fewest attempts wins!
- Set the Range: The game allows you to define the range of numbers to guess from.
- Start Guessing: Enter your guesses into the provided input field.
- Get Feedback: The game will tell you if your guess is too high or too low.
- Keep Trying: Continue guessing until you find the correct number.
- See Your Score: Once you guess correctly, your score (number of attempts) is displayed.
- Next Player's Turn: The next player tries to beat your score.
- Customizable Number Range: Adjust the difficulty by setting the range of numbers.
- Score Tracking: Keeps track of the best score, encouraging competition.
- Simple and Intuitive Interface: Easy to understand and play.
- HTML
- CSS
- JavaScript
- Clone this repository to your local machine.
- Open the
index.html
file in your web browser.
Feel free to contribute to this project by adding new features, improving the interface, or fixing any bugs you find. Simply fork the repository, make your changes, and submit a pull request.
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. For more details, see the LICENSE file.
Usage Restrictions: Forkify is available solely for viewing and learning purposes. No commercial use, resale, or teaching distribution is allowed.
- Inspiration for this project came from various classic number guessing games.
Let the guessing begin!