Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m1chtv/mich-guess
fun interactive number-guessing game built with HTML, CSS, and JavaScript
https://github.com/m1chtv/mich-guess
guess-the-number guess-the-number-game guessing-game guessing-number-game html html-css-javascript javascript js
Last synced: about 1 month ago
JSON representation
fun interactive number-guessing game built with HTML, CSS, and JavaScript
- Host: GitHub
- URL: https://github.com/m1chtv/mich-guess
- Owner: m1chtv
- License: mit
- Created: 2024-09-14T14:19:16.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T14:28:41.000Z (2 months ago)
- Last Synced: 2024-09-15T00:12:54.938Z (2 months ago)
- Topics: guess-the-number, guess-the-number-game, guessing-game, guessing-number-game, html, html-css-javascript, javascript, js
- Language: HTML
- Homepage: https://m1ch.ir/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mich Guess the Number Game
# https://m1chtv.github.io/mich-guess/
A fun interactive number-guessing game built with HTML, CSS, and JavaScript. Guess the correct number between 1 and 2000, with a hint system and a cool user interface!
## Features
- Random Number Generation: Guess a random number between 1 and 2000.
- Hint System: Provides feedback on how close you are to the correct number.
- Keyboard Support: Submit your guess by pressing Enter.
- Cool Dark Theme: Stylish dark UI with animations.
- Responsive Design: Mobile-friendly and fully responsive.## How to Play
1. Enter a number between 1 and 2000 in the input field or use the on-screen numpad.
2. Submit your guess by either pressing Enter or clicking the submit button.
3. Get feedback:
- If your guess is too low or too high, you'll be told to try again.
- A hint system provides feedback on how close you are:
- 🔥 Very close
- 🌡️ Close
- ❄️ Far
4. Keep guessing until you find the correct number.
5. Click the Reset Game button to start a new game at any time.## Future Enhancements
- Add difficulty levels (Easy, Medium, Hard).
- Track player's best scores and guess streaks.
- Add sound effects for a more interactive experience.