This project is a "Lights Out" game where the objective is to turn off all the lights on a 5x5 grid. Clicking a light toggles it and its adjacent lights. The game includes particle animations in the background for visual enhancement and dynamic background color changes.
- 5x5 grid of lights.
- Clicking a light toggles it and its neighbors.
- Objective is to turn off all the lights.
- 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/lights-out-game.git
- Navigate to the project directory:
cd lights-out-game
- Open
index.html
in your browser to play the game.
- Click on any light in the grid to toggle it and its neighbors.
- The objective is to turn off all the lights on the grid.
- 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.