99dino / guess-the-number

guessing the number game, fun interaction with user, gives hint that how close they are to the hidden number

Home Page:https://99dino.github.io/guess-the-number/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

guessing the number game, fun interaction with user, gives hint that how close they are to the hidden number

https://99dino.github.io/guess-the-number/


Languages

Language:JavaScript 41.7%Language:CSS 36.7%Language:HTML 21.6%