diff --git a/Games/Schulteit_Hard !/README.md b/Games/Schulteit_Hard !/README.md
new file mode 100644
index 0000000000..3a73b0d669
--- /dev/null
+++ b/Games/Schulteit_Hard !/README.md
@@ -0,0 +1,21 @@
+# **Schulteit Hard!**
+
+---
+
+
+
+## **Description đ**
+- The trick though you're going to try to stay focused on the center dot that i just added to the grid
+
+## **How to play? đšī¸**
+-a 5x5 Schulte table would have 25 numbers arranged in a random order in a 5x5 grid. The goal of the exercise is to scan the table horizontally and vertically to find all the numbers in order as quickly as possible. The Schulte table is designed to improve focus, speed, and mental agility.
+
+
+
+## **Screenshots đ¸**
+
+
+
+![PLAY](image.png)
+
+
diff --git a/Games/Schulteit_Hard !/css/main.css b/Games/Schulteit_Hard !/css/main.css
new file mode 100644
index 0000000000..56808befdf
--- /dev/null
+++ b/Games/Schulteit_Hard !/css/main.css
@@ -0,0 +1,38 @@
+body{
+ background: rgb(0, 0, 0);
+ background: radial-gradient(circle, rgba(0, 0, 0, 0.866) 0%, rgba(0, 0, 0, 0.944) 100%);
+}
+
+.grid{
+ display: flex;
+ flex-wrap: wrap;
+ margin: auto;
+ background-color: aqua;
+ width: 300px;
+ height: 300px;
+}
+
+.button{
+ margin-bottom: 70px;
+}
+
+footer {
+ color: #fff;
+ position: fixed;
+ bottom: 0px;
+ width: 100%;
+ height: 50px;
+ font-family: 'Noto Sans JP', sans-serif;
+}
+
+footer a {
+ text-decoration: none;
+ color: inherit;
+ font-family: inherit;
+}
+
+footer a:hover {
+ text-decoration: none;
+ color: #000;
+ font-family: inherit;
+}
diff --git a/Games/Schulteit_Hard !/image.png b/Games/Schulteit_Hard !/image.png
new file mode 100644
index 0000000000..09645bf3b4
Binary files /dev/null and b/Games/Schulteit_Hard !/image.png differ
diff --git a/Games/Schulteit_Hard !/images/brain.ico b/Games/Schulteit_Hard !/images/brain.ico
new file mode 100644
index 0000000000..3786012bce
Binary files /dev/null and b/Games/Schulteit_Hard !/images/brain.ico differ
diff --git a/Games/Schulteit_Hard !/images/schulte-table.jpg b/Games/Schulteit_Hard !/images/schulte-table.jpg
new file mode 100644
index 0000000000..edfec4b432
Binary files /dev/null and b/Games/Schulteit_Hard !/images/schulte-table.jpg differ
diff --git a/Games/Schulteit_Hard !/index.html b/Games/Schulteit_Hard !/index.html
new file mode 100644
index 0000000000..300b4ff5d2
--- /dev/null
+++ b/Games/Schulteit_Hard !/index.html
@@ -0,0 +1,52 @@
+
+
+
+