removed gamemodes - will add later

This commit is contained in:
AUnicornWithNoLife 2021-04-13 22:02:02 +01:00
parent 3d0ea057c7
commit a8147bfb58
3 changed files with 1 additions and 21 deletions

View File

@ -1,4 +0,0 @@
function predict()
{
}

View File

@ -156,13 +156,3 @@ function reset()
tabloid.classList.remove('win');
tabloid.classList.remove('lol');
}
function mode(id)
{
if (id != gamemode)
{
gamemode = id;
reset();
}
}

View File

@ -19,13 +19,7 @@
<table id='main' class='center'>
<tr>
<th>
<h1>Gamemode</h1>
</th>
<th>
<div id='modes'>
<button onmousedown='mode(1);'>1v1</button>
<button onmousedown='mode(2);'>AI</button>
</div>
<h1>Tic-Tac-Toe</h1>
</th>
</tr>
<tr>