Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karamanburak/guess-my-number
https://github.com/karamanburak/guess-my-number
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/karamanburak/guess-my-number
- Owner: karamanburak
- Created: 2024-01-29T12:42:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T09:23:00.000Z (8 months ago)
- Last Synced: 2024-04-04T10:33:18.484Z (8 months ago)
- Language: JavaScript
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guess-My-Number
GuessMyNumber is a game which is developed using HTML, CSS and JavaScript. This is a small JavaScript project for beginners which includes DOM manipulation.
- Access the finished project online
## About this Game
This is a guessing game in which the user has to guess the correct number between 1 and 20 (including both).
Initially the score is 10 and as the user guesses the wrong number, the score gets reduced by 1. Upon successful guess, the current score will be added to top score.
If the wrong score is greater than 5, a beautiful picture of an iceberg will appear in the background, if the wrong score is less than 5, a volcano will appear in the background.
The user can play this game again (by clicking on 'Again!' button). If the user scores more than the top score, then top score will get updated.
If the user can't guess the right number in 10 attempts, then he will lose.
![App Screenshot](./img/Screenshot_2.png)
![App Screenshot](./img/Screenshot_1.png)
![App Screenshot](./img/Screenshot_3.png)