diff --git a/Games/Maze_Explorer/README.md b/Games/Maze_Explorer/README.md
new file mode 100644
index 0000000000..82937a6bb7
--- /dev/null
+++ b/Games/Maze_Explorer/README.md
@@ -0,0 +1,48 @@
+## Maze Explorer
+
+
+## Description 📃
+
+In Maze Explorer, you navigate through a randomly generated maze to reach the exit while avoiding obstacles and collecting items. The game is set in an ocean-themed environment, enhancing the visual experience. Your objective is to find the quickest path to the exit while accumulating points by collecting items.
+
+
+## Functionalities 🎮
+
+ Start Game: Click the "Start Game" button to begin.
+ Player Movement: Use the arrow keys to navigate through the maze.
+ Maze Layout: The maze is randomly generated each game, ensuring a unique challenge every time.
+ Obstacles and Collectibles: Avoid obstacles that decrease your score and collect items to increase your score.
+ Timer: The game lasts for 60 seconds.
+ Score: Collectibles and power-ups increase your score, while hitting obstacles decreases it.
+ Game Over: When time runs out, your final score is displayed with an option to restart the game.
+
+
+Controls ⌨️
+
+ Arrow Keys: Use the arrow keys (↑, ↓, ←, →) to navigate the maze.
+
+
+Scoring System 📈
+
+ Collectibles: Increase your score by 10 points each.
+ Power-Ups: Increase your score by 50 points each.
+ Obstacles: Decrease your score by 20 points each.
+ Exit: Reaching the exit increases your score by 100 points.
+
+
+Difficulty 🚀
+
+ Random Maze Generation: Ensures a unique and challenging layout each time you play.
+ Obstacles: Strategically placed obstacles add to the challenge.
+
+
+Game Over 🏁
+
+ Timer: The game lasts for 60 seconds. When the timer reaches zero, the game ends.
+ Final Score: Your final score is displayed, with an option to play again.
+
+
+
+## **Screenshots 📸**
+
+![alt text](image.png)
\ No newline at end of file
diff --git a/Games/Maze_Explorer/image.png b/Games/Maze_Explorer/image.png
new file mode 100644
index 0000000000..41367b49c4
Binary files /dev/null and b/Games/Maze_Explorer/image.png differ
diff --git a/Games/Maze_Explorer/index.html b/Games/Maze_Explorer/index.html
new file mode 100644
index 0000000000..ffc6d08569
--- /dev/null
+++ b/Games/Maze_Explorer/index.html
@@ -0,0 +1,21 @@
+
+
+