Skip to content

The Number Guessing Game is a simple interactive game where the player needs to guess a number between 1 and 20.

Notifications You must be signed in to change notification settings

Surjoyday/guess-my-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess-My-Number

Welcome to the Number Guessing Game! Challenge yourself to guess the correct number and maintain a high score.

Play the Game: Guess My Number

Overview

The Number Guessing Game is a simple interactive game where the player needs to guess a number between 1 and 20. The game provides feedback on the accuracy of the guess and adjusts the player's score accordingly.

Technologies Used

  • HTML: Responsible for structuring the web page.
  • CSS: Handles styling and enhances the visual appeal of the game.
  • JavaScript: Leverages the Document Object Model (DOM) and logic for an interactive gaming experience.

How to Play

  1. The game generates a random number between 1 and 20.
  2. You, as the player, input your guess.
  3. If your guess is correct, you receive a "🎊 Correct Number!" message.
  4. If your guess is incorrect, your score decreases by 1.
  5. Continue guessing until you reach the correct number or your score reaches 0.

Features

  • Interactive and engaging number guessing experience.
  • Dynamic scoring system that motivates players to guess correctly.
  • Randomly generated numbers to keep the game interesting.

About

The Number Guessing Game is a simple interactive game where the player needs to guess a number between 1 and 20.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published