Skip to content

KatliM1/Guess-The-Number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Guess The Number Game

Welcome to the Guess The Number game! In this simple web-based game, you have to guess a random number generated by the system. Your goal is to find the correct number within the range of 1 to 20. With each guess, the game will provide hints to guide you toward the correct answer.

Preview

Screenshot 2023-08-31 at 19 05 06

Gameplay

  1. Open the index.html file in your preferred web browser.
  2. Enter a number between 1 and 20 in the input field.
  3. Click the "Check" button to submit your guess.
  4. The game will provide feedback:
    • If your guess is lower than the generated number, the page will state that.
    • If your guess is higher than the generated number, the page will state that.
    • If your guess is correct, you win the game!
  5. Your score starts at 20 and decreases by 1 for each incorrect guess.
  6. The highest score achieved is displayed.
  7. To play again, click the "Play Again" button.

Technologies Used

  • Javascript
  • HTML
  • CSS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published