From a8147bfb581d6fcdacc8a49a0b0dbb4d980e4cab Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife Date: Tue, 13 Apr 2021 22:02:02 +0100 Subject: [PATCH] removed gamemodes - will add later --- src/ai.js | 4 ---- src/code.js | 10 ---------- src/index.html | 8 +------- 3 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 src/ai.js diff --git a/src/ai.js b/src/ai.js deleted file mode 100644 index 8d5aeba..0000000 --- a/src/ai.js +++ /dev/null @@ -1,4 +0,0 @@ -function predict() -{ - -} \ No newline at end of file diff --git a/src/code.js b/src/code.js index f3410f1..7b49934 100644 --- a/src/code.js +++ b/src/code.js @@ -155,14 +155,4 @@ function reset() tabloid.classList.remove('win'); tabloid.classList.remove('lol'); -} - -function mode(id) -{ - if (id != gamemode) - { - gamemode = id; - - reset(); - } } \ No newline at end of file diff --git a/src/index.html b/src/index.html index 283c022..0d89136 100644 --- a/src/index.html +++ b/src/index.html @@ -19,13 +19,7 @@ -
-

Gamemode

-
-
- - -
+

Tic-Tac-Toe