A fun game made using HTML, CSS, and JS where one has to guess an autogenerated random number under given chances.
- Player gets 10 chances to guess a number between 1 and 100.
- Game keeps track of the player’s previous guesses.
- Also shows the number of remaining chances.
- Also provides feedback on whether the guess is low or high.
- If chances end, it shows the correct answer too.
- Select New Game to play again.
Try it here: https://debjitmitra000.github.io/Guess_Number_Game/