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 + + + +

+ Tic Tac Toe Logo +

+
+
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" /> - - - + + +
-
- -
×
-
-
- Home - About Us - -
- - -
+
+ +
×
+
+
-
-

Games

-
-
-
-

Memory Match

-

A fun card-flipping memory game built with JavaScript.

- Play Now - View Code -
- -
-

Snake Game

-

Classic snake game implemented in HTML5 canvas.

- Play Now - View Code -
- -
-

Simon Says Game

-

Test Your Memory and Reflexes in This Classic Command Game!.

- Play Now - View Code -
-
-

Reflex Tester

-

Test your reaction time and reflexes with this interactive game.

- Play Now - View Code -
-
-

Minesweeper

-

Classic minesweeper game with grid-based puzzle solving!.

- Play Now - View Code -
-
-

Word Guess Game

-

A Wordle-style 5-letter puzzle game with scoring and clues.

- Play Now - View Code -
-
-

Candy Crush

-

Match colorful candies in this addictive puzzle game with special combinations and power-ups!

- Play Now - View Code -
-
+
+

Games

+
+
+
+

Memory Match

+

A fun card-flipping memory game built with JavaScript.

+ Play Now + View Code +
+ +
+

Snake Game

+

Classic snake game implemented in HTML5 canvas.

+ Play Now + View Code +
+ +
+

Simon Says Game

+

Test Your Memory and Reflexes in This Classic Command Game!.

+ Play Now + View Code +
+
+

Reflex Tester

+

Test your reaction time and reflexes with this interactive game.

+ Play Now + View Code +
+
+

Minesweeper

+

Classic minesweeper game with grid-based puzzle solving!.

+ Play Now + View Code +
+
+

Word Guess Game

+

A Wordle-style 5-letter puzzle game with scoring and clues.

+ Play Now + View Code +
+
+

Candy Crush

+

+ Match colorful candies in this addictive puzzle game with special + combinations and power-ups! +

+ Play Now + View Code +
+

Typing Speed Game

Test your typing speed in a fun and interactive way!

- Play Now - View Code + Play Now + View Code +

CSS Math Duel

-

Two-player speed math race with beautiful animations and competitive gameplay!

- Play Now - View Code +

+ Two-player speed math race with beautiful animations and competitive + gameplay! +

+ Play Now + View Code
-
+

Lights Out Puzzle

-

A challenging puzzle game where you turn off all the lights on a grid.

- Play Now - View Code -
-
+

+ A challenging puzzle game where you turn off all the lights on a grid. +

+ Play Now + View Code +
+
+

tic tac toe game

+

+ Classic 3×3 Xs-and-Os showdown — take turns, block your opponent, and + win by getting three in a row. +

+ Play Now + View Code +
+
+

Word Search puzzle

+

Find and circle hidden words in a grid of letters.

+ Play Now + View Code +
+
- - \ No newline at end of file + +