๐ฏ Guess The Number Game
A fun and simple number guessing game built using HTML5, CSS3, and JavaScript(ES6). The goal is to guess the correct number randomly generated by the computer in 10 chances โ test your luck and logic!
๐ฎ Live Demo: Play Now https://ronitkbiswas.github.io/guess-the-number-js-game/
๐ Features
Interactive and responsive UI
Real-time feedback (Too High / Too Low)
Score tracking system
Option to restart and play again
๐ ๏ธ Built With
HTML5 โ for structure
CSS3 โ for design and styling
JavaScript (ES6) โ for logic and interactivity
๐ How to Run Locally
- Clone this repository:
git clone https://github.com/ronitkbiswas/guess-the-number-js-game.git
-
Open the folder in your editor.
-
Run index.html in your browser.
๐ง Game Logic Summary
The computer generates a random number between 1 and 20.
You enter your guess and click Check.
The game tells you if your guess is too high, too low, or correct.
Your score decreases with each wrong guess.
๐ค Author
Ronit K Biswas
Passionate about front-end development and building interactive web experiences.