This commit is contained in:
Gnieark 2016-06-13 13:51:18 +02:00
parent a722398b7c
commit c9be6d096a

View File

@ -14,7 +14,7 @@ function score($board,$me,$colToPlay){
//add cell
for($y = 0; $board[$y][$colToPlay] <> ""; $y++){
}
$newBoard[$y,$colToPlay] = $me;
$newBoard[$y][$colToPlay] = $me;
//do I win?