Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.