TIC TAC TOE
+ +Game starts by just Tap on
+ box
First Player starts as
+ Player X
And
Second
+ Player as Player 0
+
+ + + + + +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
From bc615a961e2b15c612cd421fbeda0f427c5a505e Mon Sep 17 00:00:00 2001 From: Akbar Khan <92615577+akbar543@users.noreply.github.com> Date: Fri, 21 Oct 2022 10:57:39 +0530 Subject: [PATCH] Add files via upload --- tic_tac_toe/index.html | 60 +++++++ tic_tac_toe/script.js | 362 +++++++++++++++++++++++++++++++++++++++++ tic_tac_toe/style.css | 58 +++++++ 3 files changed, 480 insertions(+) create mode 100644 tic_tac_toe/index.html create mode 100644 tic_tac_toe/script.js create mode 100644 tic_tac_toe/style.css diff --git a/tic_tac_toe/index.html b/tic_tac_toe/index.html new file mode 100644 index 0000000..f3c4ce0 --- /dev/null +++ b/tic_tac_toe/index.html @@ -0,0 +1,60 @@ + + +
+ + + + + + + + + + +Game starts by just Tap on
+ box
First Player starts as
+ Player X
And
Second
+ Player as Player 0
+