- This is a Random Number guessing game.
- 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.
- There are two levels of this game - Easy & Hard.
- For easy attempt, a player gets 10 attempts to guess the number. Whereas in the hard level, he gets only 5 attempts.
- HTML5
- CSS3
- JavaScript
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.
Live Deployment - Guess the Number
🎀 Contributions, 🔥 issues, and 🥮 feature requests are the most welcome!
💙 If you like my project, give it a ⭐ and share it with your friends!