It is a simple JavaScript guessing game where players have to guess the hidden number within 5 chances.
- The computer will randomly select a number between 1 and 10.
- You have 5 chances to guess the hidden number.
- Enter your guess in the input field and click the "Guess" button.
- After each guess, the game will provide feedback on whether your guess correct or not and provide you your remaining chances.
- Keep guessing until you find the hidden number or run out of chances.
- HTML5
- CSS3
- JavaScript
Special thanks to [KG-Coding-by-Prashant-Sir] for inspiration.