A fun and interactive number guessing game where your guesses are being counted! Test your intuition and see how quickly you can guess the correct number.
Check out the live version of the game here: number-guesss-game.netlify.app
- The game randomly selects a number within a predefined range.
- Enter your guess in the input field.
- Receive feedback:
- If your guess is too high or too low, you'll be prompted accordingly.
- If your guess is correct, you'll be congratulated!
- The number of attempts you've made is tracked and displayed.
- Try to guess the number in as few attempts as possible!
- HTML: Structuring the web page.
- CSS: Styling the game interface.
- JavaScript: Implementing game logic and interactivity.