diff --git a/Games/Taash Game/README.md b/Games/Taash Game/README.md
new file mode 100644
index 0000000000..747d250379
--- /dev/null
+++ b/Games/Taash Game/README.md
@@ -0,0 +1,12 @@
+# Taash Game
+The player has to get a hand with a value as close to 21 as possible without going over.
+A hand that goes over 21 is a bust.
+The players in a Taash Game plays against the dealer. Each player has to beat the dealer's hand in order to win.
+
+In Taash Game, the suits have no meaning.
+1. Number cards have a value equal to their number.
+2. All the picture cards (Jacks, Queens, and Kings) are worth 10.
+3. Aces are worth 1.
+4. The table keeps a record of total wins,loses and draws
+5. Click on "Restart" Button to start a new game
+6. Click on "Deal" Button to clear the field
diff --git a/Games/Taash Game/images/10.png b/Games/Taash Game/images/10.png
new file mode 100644
index 0000000000..01be5daa37
Binary files /dev/null and b/Games/Taash Game/images/10.png differ
diff --git a/Games/Taash Game/images/2.png b/Games/Taash Game/images/2.png
new file mode 100644
index 0000000000..2f1d24063f
Binary files /dev/null and b/Games/Taash Game/images/2.png differ
diff --git a/Games/Taash Game/images/3.png b/Games/Taash Game/images/3.png
new file mode 100644
index 0000000000..7c804ae15b
Binary files /dev/null and b/Games/Taash Game/images/3.png differ
diff --git a/Games/Taash Game/images/4.png b/Games/Taash Game/images/4.png
new file mode 100644
index 0000000000..ea50674261
Binary files /dev/null and b/Games/Taash Game/images/4.png differ
diff --git a/Games/Taash Game/images/5.png b/Games/Taash Game/images/5.png
new file mode 100644
index 0000000000..f456f1e71d
Binary files /dev/null and b/Games/Taash Game/images/5.png differ
diff --git a/Games/Taash Game/images/6.png b/Games/Taash Game/images/6.png
new file mode 100644
index 0000000000..46b86bcc59
Binary files /dev/null and b/Games/Taash Game/images/6.png differ
diff --git a/Games/Taash Game/images/7.png b/Games/Taash Game/images/7.png
new file mode 100644
index 0000000000..1a21883717
Binary files /dev/null and b/Games/Taash Game/images/7.png differ
diff --git a/Games/Taash Game/images/8.png b/Games/Taash Game/images/8.png
new file mode 100644
index 0000000000..277705b131
Binary files /dev/null and b/Games/Taash Game/images/8.png differ
diff --git a/Games/Taash Game/images/9.png b/Games/Taash Game/images/9.png
new file mode 100644
index 0000000000..b3fdc074b0
Binary files /dev/null and b/Games/Taash Game/images/9.png differ
diff --git a/Games/Taash Game/images/A.png b/Games/Taash Game/images/A.png
new file mode 100644
index 0000000000..bb25fee819
Binary files /dev/null and b/Games/Taash Game/images/A.png differ
diff --git a/Games/Taash Game/images/J.png b/Games/Taash Game/images/J.png
new file mode 100644
index 0000000000..7960a94e7a
Binary files /dev/null and b/Games/Taash Game/images/J.png differ
diff --git a/Games/Taash Game/images/K.png b/Games/Taash Game/images/K.png
new file mode 100644
index 0000000000..c9d1c990ea
Binary files /dev/null and b/Games/Taash Game/images/K.png differ
diff --git a/Games/Taash Game/images/Q.png b/Games/Taash Game/images/Q.png
new file mode 100644
index 0000000000..6499247e29
Binary files /dev/null and b/Games/Taash Game/images/Q.png differ
diff --git a/Games/Taash Game/index.html b/Games/Taash Game/index.html
new file mode 100644
index 0000000000..2d05937546
--- /dev/null
+++ b/Games/Taash Game/index.html
@@ -0,0 +1,62 @@
+
+
\ No newline at end of file
diff --git a/assets/images/Taash Game.png b/assets/images/Taash Game.png
new file mode 100644
index 0000000000..4376fcc0c3
Binary files /dev/null and b/assets/images/Taash Game.png differ