diff --git a/Games/Path_finder_Challenge/README.md b/Games/Path_finder_Challenge/README.md
new file mode 100644
index 0000000000..48ba399c2f
--- /dev/null
+++ b/Games/Path_finder_Challenge/README.md
@@ -0,0 +1,62 @@
+## About the game
+Path Finder Challenge
+The Path Finder Challenge is a grid-based puzzle game where players navigate from a source tile to a destination tile while avoiding obstacles and collecting bonuses. The game is designed with a dark theme for a modern and immersive experience.
+
+
+# Game Overview
+In Path Finder Challenge, you must find a path from the top-left corner of an 8x8 grid to the bottom-right corner while dealing with obstacles and collecting bonuses. The game is timed, and the goal is to achieve the highest score possible before time runs out.
+
+# Features
+Dark Theme: A sleek, dark theme for an immersive gaming experience.
+Dynamic Grid: An 8x8 grid with randomly placed obstacles, bonuses, and special tiles.
+Score System: Earn points by reaching the destination and avoid obstacles to maximize your score.
+Timer: A countdown timer adds urgency to the game.
+
+# Gameplay
+-Objective: Navigate from the source tile (top-left) to the destination tile (bottom-right) while avoiding obstacles and collecting bonuses.
+-Controls: Click on tiles to select your path. The selected path will be highlighted.
+-Scoring:
+Reaching the destination tile awards 100 points.
+Avoiding obstacles reduces your score by 10 points.
+Collect bonuses for additional points.
+-Timer: You have 60 seconds to achieve the highest score possible. The game ends when the timer reaches zero.
+
+# Installation
+To run the Path Finder Challenge locally, follow these steps:
+
+-Clone the Repository:
+bash
+git clone https://github.com/yourusername/path-finder-challenge.git
+
+-Navigate to the Project Directory:
+bash
+cd path-finder-challenge
+-Open index.html in Your Browser:
+-You can simply open the index.html file in your web browser to start playing.
+
+# Usage
+Click on tiles to select and navigate your path.
+Keep an eye on the score and timer.
+Use the "Start Game" button to begin a new game and "Restart Game" to play again after the game ends.
+
+# Features
+-Dark Theme: Sleek and modern dark theme for an immersive gaming experience.
+-Dynamic Grid: 8x8 grid with randomly assigned tiles, including obstacles, bonuses, and special tiles.
+-Scoring System: Points are awarded for reaching the destination and collecting bonuses, while avoiding obstacles deducts points.
+-Timer: A countdown timer adds a challenge by limiting your time to complete the game.
+-Responsive Design: The game adapts to different screen sizes for a smooth experience across devices.
+-Play the game by navigating through the grid and avoiding obstacles.
+-Restart the game at any time by clicking the "Restart Game" button.
+
+# Points System
+Destination Reached: +100 points for successfully reaching the destination tile.
+Bonus Tiles: +20 points for each bonus tile collected.
+Obstacles: -10 points for each obstacle encountered.
+Normal Tiles: +10 points for each normal tile clicked (except when an obstacle is encountered).
+# image of the game
+![Game Screenshot](assets/images/Path_Finder_Challenge.png)
+
+# More information
+Game Developer: Nikita
+Assets: All symbols and assets used are free to use and modify.
+Any Queires? Send Messages via my mail nikitatewari1633@gmail.com
\ No newline at end of file
diff --git a/Games/Path_finder_Challenge/image.png b/Games/Path_finder_Challenge/image.png
new file mode 100644
index 0000000000..8aa6b3af0f
Binary files /dev/null and b/Games/Path_finder_Challenge/image.png differ
diff --git a/Games/Path_finder_Challenge/index.html b/Games/Path_finder_Challenge/index.html
new file mode 100644
index 0000000000..8e399c6eef
--- /dev/null
+++ b/Games/Path_finder_Challenge/index.html
@@ -0,0 +1,25 @@
+
+
+