A fun and interactive Random Number Guessing Game built with HTML, CSS, and JavaScript.
- Random number generation between 1β100
- Limited attempts (10)
- Smart hints (too high / too low)
- Modern UI with animations
- Restart game without page reload
- Interactive and responsive
- HTML
- CSS
- JavaScript (Vanilla)
Check it live here: [https://msaleemdev.github.io/number_guessing_game/]
- DOM manipulation & event handling
- Conditional logic in JavaScript
- UI/UX with feedback messages and animations
- State management (attempts, game status)