Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harsh-v3/guess-the-number

A Basic " Guess The Number " Game build and designed by Harsh-v3
https://github.com/harsh-v3/guess-the-number

frontend guess-the-number guess-the-number-by-harsh-v3 guessing-game guessing-number-game guessthenumbergame html-css-javascript html5 javascript-games

Last synced: about 2 months ago
JSON representation

A Basic " Guess The Number " Game build and designed by Harsh-v3

Awesome Lists containing this project

README

        

# 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

~ To reset the highscore , click on icon i .

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