Welcome to the Game
Here's a small note explaining how the game works for the user:
---
### How to Play the Number Guessing Game
Welcome to the Number Guessing Game! Here's how you can play:
1. **Objective**: Guess the secret number between 1 and 100.
2. **How to Guess**: Enter your guess in the input field and click the "Guess" button.
3. **Feedback**:
- If your guess is correct, you'll see a congratulatory message along with the number of attempts it took to guess the number.
- If your guess is too high, you'll be prompted with "Too high! Try again."
- If your guess is too low, you'll be prompted with "Too low! Try again."
4. **Resetting the Game**: When you guess the correct number, the game will automatically reset, generating a new secret number for you to guess.
Enjoy the game and have fun guessing!