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