Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harsh-v3/guess-the-number
- Owner: Harsh-v3
- Created: 2024-09-23T04:19:03.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-05T08:04:02.000Z (3 months ago)
- Last Synced: 2024-10-19T04:36:06.766Z (3 months ago)
- Topics: frontend, guess-the-number, guess-the-number-by-harsh-v3, guessing-game, guessing-number-game, guessthenumbergame, html-css-javascript, html5, javascript-games
- Language: CSS
- Homepage: https://harsh-v3.github.io/Guess-The-Number/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)