This is a fun game called "Guess My Number" that I built to play with my niece. The goal of the game is to guess the correct number within a limited number of attempts. It's a simple and interactive game designed for enjoyment and learning.
I created this game to engage and have fun with my niece while teaching her about numbers and logic.
## How to Play
- A random number is generated between 1 and 23.
- You have a maximum of 23 attempts to guess the correct number.
- Enter your guess into the input field and click the "Check!" button.
- The game will provide feedback on whether your guess is too high, too low, or correct.
- If you guess the correct number within the attempts limit, you win! Your highest score will be updated.
- You can start a new game by clicking the "Again!" button.
- HTML
- CSS
- JavaScript
This project is licensed under the MIT License.
Feel free to fork and modify the code to create your own versions of the game!
Enjoy and happy guessing!