Skip to content

Court534/number-guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Number Guessing Game

A simple guessing game implemented in JavaScript, HTML, CSS. The game generates a random secret number between 1 and 20, and the player needs to guess the correct number. The game keeps track of the player's score and displays messages based on the guess.

How to Play

  1. Go to https://cs-number-guessing-game.netlify.app in your web browser or clone to repository to your local machine with git clone "https://github.com/court534/guessing-game.git". Screenshot 2023-05-30 160844
  2. Enter a number in the input field and click the "Check" button to submit your guess. You will receive feedback on whether your guess is too high or too low. Screenshot 2023-05-30 161404
  3. Keep guessing until you find the correct number Screenshot 2023-05-30 160930
  4. Or run out of attempts. Screenshot 2023-05-30 161002
  5. Your score will be displayed, and if you beat the highscore, it will be updated.

Deployment

Netlify Status

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors