Skip to content

fun interactive number-guessing game built with HTML, CSS, and JavaScript

License

Notifications You must be signed in to change notification settings

m1chtv/mich-guess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mich Guess the Number Game

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.