Access to Live-Site: https://retro-number-guessing-game.netlify.app/
This is a number guessing game, revolving around logical thinking and implementation of a good strategy. The computer generates a random number in each game, ranging between 1 - 20 (1 & 20 are included).
Instructions:
- Enter your guess and check
- See if your guess is too high or too low (It may even be the correct one!)
- Change your guess and check again
- Your score for the round decreases with the number of guesses you take
- You Highscore is logged and you can repeat the game again and try to beat your previous Highscore
Pro Tip: Implement a smart strategy of narrowing down the range of inputs to achieve a good Highscore!