diff --git a/README.md b/README.md
index 8cd9f49b..c8331344 100644
--- a/README.md
+++ b/README.md
@@ -264,6 +264,7 @@ ________________________________________________________________________________
| 206 | [Bomber_Game](.SinglePlayer%20-%20Games/Bomber_Game) |
| 207 | [Shape_Clicker_Game](.SinglePlayer%20-%20Games/Shape_Clicker_Game) |
| 208 | [Brick_Breaker_Game](.SinglePlayer%20-%20Games/Brick_Breaker_Game) |
+| 209 | [Bash_Mole_Game](.SinglePlayer%20-%20Games/Bash_Mole_Game) |
diff --git a/SinglePlayer - Games/Banner - image/Bash_Mole_Game.png b/SinglePlayer - Games/Banner - image/Bash_Mole_Game.png
new file mode 100644
index 00000000..3ad8214d
Binary files /dev/null and b/SinglePlayer - Games/Banner - image/Bash_Mole_Game.png differ
diff --git a/SinglePlayer - Games/Bash_Mole_Game/README.md b/SinglePlayer - Games/Bash_Mole_Game/README.md
new file mode 100644
index 00000000..155d9eb4
--- /dev/null
+++ b/SinglePlayer - Games/Bash_Mole_Game/README.md
@@ -0,0 +1,31 @@
+# Bash Mole Game
+
+This is a simple **Bash Mole Game** built using HTML, CSS, and JavaScript. The objective of the game is to click (bash) on the moles that pop up from the holes to earn points.
+
+## How to Play
+
+- The game lasts for 10 seconds.
+- Moles will randomly pop up from the holes.
+- Click on the moles to increase your score.
+- Your score is displayed at the top of the page.
+
+## Files
+
+- `index.html`: The main HTML file that sets up the game structure.
+- `style.css`: The CSS file for styling the game interface.
+- `script.js`: The JavaScript file containing the game logic.
+
+## How to Run
+
+1. Clone or download this repository.
+2. Open `index.html` in your web browser.
+
+## Future Enhancements
+
+- Add different levels with increasing difficulty.
+- Implement a high-score tracking system.
+- Add sound effects and animations for better gameplay experience.
+
+## License
+
+This project is open-source and available under the MIT License.
diff --git a/SinglePlayer - Games/Bash_Mole_Game/index.html b/SinglePlayer - Games/Bash_Mole_Game/index.html
new file mode 100644
index 00000000..71129dfc
--- /dev/null
+++ b/SinglePlayer - Games/Bash_Mole_Game/index.html
@@ -0,0 +1,25 @@
+
+
+