This project is a Number Guessing Game where users can guess a number between 1 and 100. The game provides feedback on whether the guess is too high or too low and tracks the number of attempts left. The application also includes particle animations in the background for visual enhancement.
- Guess a number between 1 and 100.
- Provides feedback on whether the guess is too high or too low.
- Tracks the number of attempts left.
- Restart button to reset the game.
- Particle animation background.
- Dynamic background color changes.
- Responsive design.
- HTML
- CSS
- JavaScript
- Particles.js for particle animation
- Clone the repository:
git clone https://github.com/Anthony01M/number-guessing-game.git
- Navigate to the project directory:
cd number-guessing-game
- Open
index.html
in your browser to view the application.
- Enter a number between 1 and 100 in the input field and click the "Guess" button to make a guess.
- The application will provide feedback on whether the guess is too high or too low and update the number of attempts left.
- Click the "Restart" button to reset the game and start over.
- Enjoy the particle animation background and dynamic background color changes.
This project is licensed under the MIT License. See the LICENSE file for details.
This project is part of my portfolio. Feel free to check out my other projects on GitHub.