Shivam-Saini-SS / guess-the-number

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

Home Page:https://the-number-guess-game.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

https://the-number-guess-game.netlify.app/


Languages

Language:CSS 38.9%Language:JavaScript 34.1%Language:HTML 27.1%