NumGame is a fun number-guessing game. Players guess a number between 1 and 100 with feedback after each attempt. Guess within 7 tries to win, or lose when the limit is reached. Enjoy smooth animations and a clean design.
- Random target numbers (1–100)
- Feedback: “too high” or “too low”
- Tracks attempts and guessed numbers
- 7-guess limit with game-over state
- Smooth animations (shake, bounce)
- Enter key support
- Responsive design
- Open the game in a browser.
- The game picks a number between 1 and 100.
- Enter your guess and click "GUESS" or press "Enter."
- Feedback is shown for each guess.
- You have 7 guesses:
- Guess correctly to win.
- Use all guesses to lose.
- Attempts and guessed numbers are displayed.
index.html: Game interfacestyle.css: Styling (gradient background, animations)script.js: Game logic (random number, validation, animations, guess limit)icon.png: Game icon
- You can also play the game directly here.