Skip to content

Abhijeetbyte/GTN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

GTN

"Guess the Number" is a number game built with JavaScript

Gusse a random number between 1 and 100

  • if the number is guessed correctly, the game ends and the score is displayed
  • if the number is not guessed correctly, the game continues and the user is prompted to guess again
  • the user is allowed to guess 5 unlimited times
  • the users also get hints on whether they are too high or too low.

🎮 Want to play click here