diff --git a/Index.md b/Index.md
index 5fb8d6d5c..40ecf77a9 100644
--- a/Index.md
+++ b/Index.md
@@ -111,3 +111,4 @@
| [Pomodoro Timer](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Pomodoro-Timer) | A simple Pomodoro Timer using React.js, where you can track the time spent on work and break. |
| [TravelPro](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/TravelPro) | A simple static website to enhance HTML & CSS skills |
|[Audio Visualization with three.js](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Audio%20Visualization%20with%20three.js) | audio visualization using the powerful 3D graphics library, three.js |
+|[LIGHTS OUT PUZZLE](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/puzzle-lights-out) | A simple Lights out puzzle using HTML, CSS & JS. |
diff --git a/puzzle-lights-out/README.md b/puzzle-lights-out/README.md
new file mode 100644
index 000000000..caa27460d
--- /dev/null
+++ b/puzzle-lights-out/README.md
@@ -0,0 +1,84 @@
+# 🌟 Lights Out Puzzle Game
+
+## 🎮 Game Overview
+
+Lights Out is an engaging puzzle game that challenges your strategic thinking. Your mission is to turn off all the lights on a 5x5 grid by cleverly toggling lights.
+
+## 🎯 Objective
+
+Turn off ALL lights on the game board in the fewest moves possible!
+
+## 📷Screenshots
+ 
+ 
+
+## 💻Tech Stack
+
+
+
+
+
+
+
+
+## 🕹️ How to Play
+
+### Basic Rules
+- Click on any light to toggle it and its adjacent lights (up, down, left, right)
+- Your goal is to turn off every single light
+- The game tracks your moves, so try to solve the puzzle efficiently
+
+### Gameplay Mechanics
+1. When you click a light, it changes state:
+ - Lit lights turn off
+ - Unlit lights turn on
+2. Clicking a light also affects its neighboring lights
+3. Keep clicking until all lights are off
+
+### Winning the Game
+- Successfully turn off ALL lights
+- The fewer moves you use, the better your performance
+- A congratulations message will appear when you win
+
+## 🚀 Game Features
+- Responsive 5x5 light grid
+- Move counter
+- Reset game functionality
+- Intuitive, clean interface
+- Challenging puzzle mechanics
+
+## 💡 Strategies
+- Think ahead before clicking
+- Observe how lights interact
+- Some moves will be more effective than others
+- There's always a solution!
+
+
+## 📜 License
+Open-source project. Feel free to fork and modify!
+
+## 🤝 Contributions
+Suggestions and improvements are welcome!
+Open an issue or submit a pull request.
+
+
+### How to get the website on your local machine:
+
+---
+
+- Download or clone the repository
+
+```
+git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
+```
+
+- Go to the directory
+```
+cd Band Website
+````
+ - Run the index.html file and see the results
+
+
+
+
+## Happy Coding!
diff --git a/puzzle-lights-out/assets/Lights-Out-Puzzle1.png b/puzzle-lights-out/assets/Lights-Out-Puzzle1.png
new file mode 100644
index 000000000..3841c3087
Binary files /dev/null and b/puzzle-lights-out/assets/Lights-Out-Puzzle1.png differ
diff --git a/puzzle-lights-out/assets/Lights-Out-Puzzle2.png b/puzzle-lights-out/assets/Lights-Out-Puzzle2.png
new file mode 100644
index 000000000..c4e103fce
Binary files /dev/null and b/puzzle-lights-out/assets/Lights-Out-Puzzle2.png differ
diff --git a/puzzle-lights-out/assets/text.txt b/puzzle-lights-out/assets/text.txt
new file mode 100644
index 000000000..265d6788c
--- /dev/null
+++ b/puzzle-lights-out/assets/text.txt
@@ -0,0 +1 @@
+images files uploaded
diff --git a/puzzle-lights-out/index.html b/puzzle-lights-out/index.html
new file mode 100644
index 000000000..b9ff2b3d0
--- /dev/null
+++ b/puzzle-lights-out/index.html
@@ -0,0 +1,57 @@
+
+
+