A simple number guessing game where the user tries to guess a secret number between 1 and an upper limit. As the user wins, the game becomes more challenging, and the upper limit of numbers increases. The game tracks scores, high scores, and offers a fun way to practice estimation skills.
- The game will generate a secret number between 1 and the current upper limit.
- Input your guess in the input field.
- Click the "Check" button to see if your guess is correct.
- The game will provide feedback on whether your guess is too high, too low, or correct.
- If your guess is incorrect, you will lose one of your remaining guesses. You start with 5 guesses.
- If you run out of guesses, the game will end, and you can click the "Reset" button to start over.
- If your guess is correct, your score will increase, and you can click the "Play Again" button to generate a new secret number.
- The game will become more challenging as the upper limit of numbers increases with each win.
- Generates a random secret number within a range.
- Provides feedback on whether the guess is too high, too low, or correct.
- Tracks the score and high score.
- Adjusts the difficulty by increasing the upper limit of numbers as the user wins more games.
- Offers reset and play again options.
- HTML
- CSS
- JavaScript
This project is open-source and available for anyone to use, modify, and distribute.