Skip to content

Please checkout the number guessing game by hitting the following URL. Have fun!

Notifications You must be signed in to change notification settings

Shivam-Saini-SS/guess-the-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess The Number

About

  1. This is a Random Number guessing game.
  2. With every iteration of a new game computer generates a random number between 1 to 100 and the player has to guess the correct number.
  3. There are two levels of this game - Easy & Hard.
  4. For easy attempt, a player gets 10 attempts to guess the number. Whereas in the hard level, he gets only 5 attempts.

Technology

  1. HTML5
  2. CSS3
  3. JavaScript

How it works?

The main logic of the game development uses nested if-else loops to compare the input given by the user and show the hints accordingly. At the same time, it also uses DOM manipulation concept of JavaScript to show the different elements of the webpage when needed.

Wanna try your Luck?

Live Deployment - Guess the Number

🤝 Support

🎀 Contributions, 🔥 issues, and 🥮 feature requests are the most welcome!

💙 If you like my project, give it a ⭐ and share it with your friends!

About

Please checkout the number guessing game by hitting the following URL. Have fun!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages