Skip to content

Harsh-v3/Guess-The-Number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Guess The Number Game

In This Game player must guess a secret number between 1 and 20. For each wrong guess, the score is decreased by 1 and a message is displayed indicating whether the guessed number is high or low. When the player reaches a score of 0 he loses the game. Clicking the "Again" button starts a new game.

Technologies Used

~ HTML 5
~ Cascading Styling Sheet (CSS)
~ JavaScript

Key Learnings

~ Implementation of Again Button
~ Store Highscore into local Storage of User's Device
~ Implemented Responsive Design

Limitations

~ There is no levels introduced untill this point
~ Used icons may be disappear in offline mode

Note

Please feel free to play the game and share your thoughts .
https://harsh-v3.github.io/Guess-The-Number/