A simple, fun, and interactive web-based number guessing game. Users can guess a random number between 1 and 100, with hints provided to guide them. The game is fully responsive and visually appealing, with gradient colors, and a smooth user experience.
Interactive Gameplay: Players receive feedback ("Higher" or "Lower") based on their guesses.
Open the game in a web browser. Enter a number between 1 and 100 in the input field. Press the "Guess" button. Follow the hints ("Higher" or "Lower") to find the correct number. Once guessed correctly, you'll see the number of attempts it took to win. Click the "Play Again" button to start a new game.
HTML: Structure of the webpage. CSS: Styling with gradient backgrounds, responsive design, and transitions. JavaScript: Game logic and interactivity.