diff --git a/README.md b/README.md
index 407c6853..77723ec3 100644
--- a/README.md
+++ b/README.md
@@ -279,6 +279,7 @@ ________________________________________________________________________________
| 216 | [Arkanoid_Game](.SinglePlayer%20-%20Games/Arkanoid_Game) |
| 217 | [Brick_Breaker_Game](.SinglePlayer%20-%20Games/Brick_Breaker_Game) |
| 218 | [Bash_Mole_Game](.SinglePlayer%20-%20Games/Bash_Mole_Game) |
+| 220 | [Jigsaw_Sudoku_Game](.SinglePlayer%20-%20Games/Jigsaw_Sudoku_Game) |
diff --git a/SinglePlayer - Games/Banner - image/jigsaw-sudoku.png b/SinglePlayer - Games/Banner - image/jigsaw-sudoku.png
new file mode 100644
index 00000000..a0852512
Binary files /dev/null and b/SinglePlayer - Games/Banner - image/jigsaw-sudoku.png differ
diff --git a/SinglePlayer - Games/Jigsaw_Sudoku_Game/README.md b/SinglePlayer - Games/Jigsaw_Sudoku_Game/README.md
new file mode 100644
index 00000000..0bd9eb4c
--- /dev/null
+++ b/SinglePlayer - Games/Jigsaw_Sudoku_Game/README.md
@@ -0,0 +1,21 @@
+## Jigsaw Sudoku Game
+
+# Description
+Jigsaw Sudoku is an enhanced version of the classic Sudoku puzzle game. Unlike standard Sudoku, Jigsaw Sudoku features irregularly shaped regions instead of the traditional 3x3 blocks. This variation adds an extra layer of challenge and excitement to the game.
+
+# Features
+- **Irregular Regions:** Play with Sudoku grids where regions have irregular shapes but still contain exactly 9 cells.
+- **Interactive Interface:** User-friendly interface to play and solve puzzles.
+- **Validation:** Check if the filled puzzle is solved correctly.
+- **Solve Function:** Automatically fill in the solution if needed.
+
+# Usage
+- Open the game by opening index.html in a web browser.
+- The Sudoku grid is displayed with irregularly shaped regions. Each cell in the grid can contain a number from 1 to 9.
+- Click on a cell in the grid to activate it.
+- Type a number from 1 to 9 into the cell.
+- Click the **Check** button to validate the current entries in the grid.
+- Click the **Solve** button to automatically fill in the cells with the correct solution.
+- Click the **Reset** button to clear all entries and start fresh.
+
+# Enjoy Playing!🥳
\ No newline at end of file
diff --git a/SinglePlayer - Games/Jigsaw_Sudoku_Game/index.html b/SinglePlayer - Games/Jigsaw_Sudoku_Game/index.html
new file mode 100644
index 00000000..e33d4ace
--- /dev/null
+++ b/SinglePlayer - Games/Jigsaw_Sudoku_Game/index.html
@@ -0,0 +1,20 @@
+
+
+
Jigsaw Sudoku is an enhanced version of the classic Sudoku puzzle game. Unlike standard Sudoku, Jigsaw Sudoku features irregularly shaped regions instead of the traditional 3x3 blocks. This variation adds an extra layer of challenge and excitement to the game.
+