A simple number guessing game I created where the player tries to guess a randomly generated number within a certain range. This is a perfect beginner project to demonstrate fundamental programming concepts.
- HTML5
- CSS3
- JavaScript (Vanilla)
- Random number generation between 1-100
- User input validation
- Feedback system (too high/too low/correct)
- Attempt counter
- Reset/Play Again functionality
- Simple, clean UI
- The game generates a random number between 1 and 100
- Player enters their guess in the input field
- Game provides feedback: "Too high!", "Too low!", or "Correct!"
- Player continues guessing until they find the correct number
- Game displays total number of attempts
- Player can reset and play again