diff --git a/Games/Tower_Building_Game/README.md b/Games/Tower_Building_Game/README.md
new file mode 100644
index 0000000000..50e534b23f
--- /dev/null
+++ b/Games/Tower_Building_Game/README.md
@@ -0,0 +1,38 @@
+
+# **Tower Building Game**
+
+---
+
+
+
+## **Description đ**
+- The Tower Building Game is an interactive and visually engaging game where players build a tower by stacking falling blocks. The objective is to stack the blocks as accurately as possible to create a stable and high tower.
+
+## **Functionalities đŽ**
+- **Start Game**: Begin a new game by clicking the "Drop Block" button.
+- **Drop Block**: Click the button to drop the sliding block onto the tower.
+- **Score Tracking**: View your current score, which increases with each successfully placed block.
+- **Game Over**: The game ends if a block is not aligned correctly and causes the tower to become unstable.
+
+
+
+## **How to play? đšī¸**
+1. Open the game in your web browser.
+2. Click the "Drop Block" button to drop the sliding block onto the tower.
+3. Align the block as closely as possible with the blocks in the tower.
+4. Each successfully placed block will increase your score.
+5. The game ends if a block falls out of alignment and causes the tower to become unstable.
+6. Click the "Drop Block" button again to restart the game and try to improve your score.
+
+
+
+## **Screenshots đ¸**
+
+
+![Tower_Building_Game](c:\Users\22wh1\OneDrive\Pictures\Screenshots\Screenshot (203).png)
+
+
+
+## **Working Video đš**
+C:\Users\22wh1\Downloads\Recording 2024-08-06 200123.mp4
+
diff --git a/Games/Tower_Building_Game/images/img.png b/Games/Tower_Building_Game/images/img.png
new file mode 100644
index 0000000000..cc080798b8
Binary files /dev/null and b/Games/Tower_Building_Game/images/img.png differ
diff --git a/Games/Tower_Building_Game/index.html b/Games/Tower_Building_Game/index.html
new file mode 100644
index 0000000000..e950485bab
--- /dev/null
+++ b/Games/Tower_Building_Game/index.html
@@ -0,0 +1,22 @@
+
+
+