From a6d4d178f6343adfb4c7a0ecb1b4aeb3038438cf Mon Sep 17 00:00:00 2001 From: SURAJIT MAITY <111490250+Surajit0573@users.noreply.github.com> Date: Sun, 25 Feb 2024 12:45:14 +0530 Subject: [PATCH] Added Instruction tab in all game (#324) --- 2048/index.html | 144 ++++++++------- Bingo Game/index.html | 147 +++++++++++----- Bingo Game/style.css | 80 ++++++++- Block-Buster/index.html | 58 ++++++ Block-Buster/styles.css | 78 ++++++++ CrossWord/index.html | 22 ++- HangMan Game/index.html | 157 +++++++++-------- Memory Card game/index.html | 303 +++++++++++++++++++------------- Memory Card game/style.css | 81 ++++++++- Ping_Pong/index.html | 69 +++++++- Ping_Pong/style.css | 88 +++++++++- Rock Paper Scissor/index.html | 164 +++++++++-------- Simon Game/index.html | 19 +- Snake Game/index.html | 133 ++++++++------ Sudoku_Game_8x8/index.html | 21 +++ Sudoku_Game_9x9/index.html | 22 ++- Tetris/index.html | 80 ++++++--- Tic-Tac-Toe/index.html | 156 +++++++++------- UNO/index.html | 83 ++++++--- Word Scramble/index.html | 155 +++++++++------- css_files/checkers_game.css | 14 +- css_files/model.css | 53 ++++++ html_files/Connect4.html | 78 +++++--- html_files/_8_Puzzle_game.html | 116 ++++++------ html_files/checkers_game.html | 28 ++- html_files/sudoku_game_4x4.html | 20 ++- html_files/sudoku_game_6x6.html | 20 +++ index.html | 6 +- javascript/checkers_game.js | 6 +- javascript/instruction.js | 19 ++ 30 files changed, 1699 insertions(+), 721 deletions(-) create mode 100644 css_files/model.css create mode 100644 javascript/instruction.js diff --git a/2048/index.html b/2048/index.html index b77f3d9..35781ad 100644 --- a/2048/index.html +++ b/2048/index.html @@ -1,72 +1,98 @@ -
- -