Click here to view the hosted live page; hosted on GitHub pages.
- Guess a number betwen 0-100.
- Follow the instrction shown in the screen to guess a number.
- If your guessed number is matched with randomized number, you win.
- You have 5 lives in each game.
- You can check the hints by clicking
Need a hint!button. - Reset the game with
Reset the gamebutton.
- Main Logic and DOM part of JS is written in same JS file.
- Simple UI is created.
[x] Separate JS file into two; one for main logic and one for DOM part.
[x] Add window localstorage, so user can play where they left of.
[x] Improve UI experience.
[x] Make the site responsive.
:Button icon=true, label=code, url=https://github.com