Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kislevlevy/guess-my-number
A fun game where you guess a number between 1 and 20, aiming to achieve the highest score.
https://github.com/kislevlevy/guess-my-number
game game-development javascript
Last synced: about 5 hours ago
JSON representation
A fun game where you guess a number between 1 and 20, aiming to achieve the highest score.
- Host: GitHub
- URL: https://github.com/kislevlevy/guess-my-number
- Owner: kislevlevy
- Created: 2024-05-15T20:58:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T10:47:19.000Z (6 months ago)
- Last Synced: 2024-05-22T14:37:24.962Z (6 months ago)
- Topics: game, game-development, javascript
- Language: JavaScript
- Homepage: http://kislev.me/guess_my_number
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guess My Number!
It is a simple and fun game where you try to guess a number between 1 and 20.
## How to Play
- Each guess reduces the score by one point.
- You'll receive hints about whether the secret number is higher or lower than your guess.
- The goal is to achieve the highest score by guessing the number correctly in the fewest attempts.## Built With
- HTML
- CSS
- JavaScript## Skills Demonstrated
- DOM manipulation