diff --git a/paras/public/11151414.jpg b/paras/public/11151414.jpg
new file mode 100644
index 0000000..14effa4
Binary files /dev/null and b/paras/public/11151414.jpg differ
diff --git a/paras/public/index.html b/paras/public/index.html
index 661185a..68edaa5 100644
--- a/paras/public/index.html
+++ b/paras/public/index.html
@@ -75,6 +75,10 @@
font-size: 30px; /* Smaller heading for smaller screens */
}
}
+.root{
+ background-color: rgb(255, 132, 0);
+}
+
@@ -91,11 +95,25 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
-
Letβs examine the requirements for a π©ππππ½ππ πΆππΉ πΈππππππ game:
+
+
+ 1:The game board should be adaptable in size, starting with the standard 3x3 grid but allowing for customization to an βnβ size grid.
+
+ 2:The game should support multiple players, with each player having the freedom to select their preferred symbol,
+
which can be βX,β βO,β or any other character.
+
+ 3:The game must provide a mechanism to determine a winner,
+
+ where one player successfully forms a winning combination,
+ or it should be able to identify a tie when no more moves are possible.
+
+
+