diff --git a/.hintrc b/.hintrc
new file mode 100644
index 0000000..f4a85ba
--- /dev/null
+++ b/.hintrc
@@ -0,0 +1,15 @@
+{
+ "extends": [
+ "development"
+ ],
+ "hints": {
+ "compat-api/css": [
+ "default",
+ {
+ "ignore": [
+ "user-select"
+ ]
+ }
+ ]
+ }
+}
\ No newline at end of file
diff --git a/Games/tic_tac_toe_game/index.html b/Games/tic_tac_toe_game/index.html
new file mode 100644
index 0000000..7f85ccb
--- /dev/null
+++ b/Games/tic_tac_toe_game/index.html
@@ -0,0 +1,206 @@
+
+
+
+
+
+ Tic Tac Toe
+
+
+
+
+
+
+
+
X's Turn
+
+
+
+
+
+
+
+
+
diff --git a/Games/tic_tac_toe_game/tac1.png b/Games/tic_tac_toe_game/tac1.png
new file mode 100644
index 0000000..4b1f08b
Binary files /dev/null and b/Games/tic_tac_toe_game/tac1.png differ
diff --git a/Games/word_search_puzzle_game/index.html b/Games/word_search_puzzle_game/index.html
new file mode 100644
index 0000000..58b5d11
--- /dev/null
+++ b/Games/word_search_puzzle_game/index.html
@@ -0,0 +1,343 @@
+
+
+
+
+
+ Word Search Puzzle
+
+
+
+ Word Search Puzzle
+
+
+
+
+
+
+
+
+
diff --git a/assets/html_files/games.html b/assets/html_files/games.html
index b7e0a69..f1341a9 100644
--- a/assets/html_files/games.html
+++ b/assets/html_files/games.html
@@ -1,11 +1,11 @@
-
-
- Project Vault
-
-
-
+
+ Project Vault
+
+
+
@@ -13,240 +13,411 @@
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
/>
-
-
-
+
+
+