Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 798 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 798 Bytes

Guess The Number Live_demo

A simple guessing the number game , implemented with HTML5, CSS3 and Javascript.

  • GameUI

Fun interaction with user to guide them ( giving hint ) by telling how closer they are to guessing the number correctly.

  • Winning the Game

Instructions

  • Enter a valid number b/w 1 to 50.
  • If it says quite low then hidden number is not more than twice the currently guessed number.
  • If it says too low then hidden number is twice more than the currently guessed number.
  • Same formula goes with High feedback.
  • If your score hit 0 then you loses the Game. (Game Over)

Fun challenge

  • Can you come up with the strategy such that you dont't have to use all the moves.