From d0539d5ab5fc0dc05cddb11e730ca696ffebdf59 Mon Sep 17 00:00:00 2001 From: AditiBS Date: Wed, 25 Feb 2026 22:00:22 +0530 Subject: [PATCH] Add pause and resume functionality to freeze game state --- Memory-block-game-main/code/index.html | 70 ++++++++++++++++---------- Memory-block-game-main/code/script.js | 25 +++++++-- Memory-block-game-main/code/styles.css | 6 +++ 3 files changed, 70 insertions(+), 31 deletions(-) diff --git a/Memory-block-game-main/code/index.html b/Memory-block-game-main/code/index.html index 1561774..005ecb8 100644 --- a/Memory-block-game-main/code/index.html +++ b/Memory-block-game-main/code/index.html @@ -4,6 +4,7 @@ Memory Block Game + @@ -15,43 +16,52 @@

Memory Block Game

+
- +
- + +
+ + +
+

Game Settings

+ -
- - - - - -
+
+ + + + +
- - - - + + + + + +
- + +
@@ -64,7 +74,9 @@

Game Settings

+ x +
Cols
-

At least one of rows or columns must be even.

+ +

+ At least one of rows or columns must be even. +

+