This commit is contained in:
Gnieark 2016-06-15 17:22:56 +02:00
parent f0c973b573
commit 070725fdf6

View File

@ -76,7 +76,7 @@ function should_opponent_win_if_i_play_at($map,$me,$opponent,$colToPlay){
}
$map[$y][$colToPlay] = $me;
$map[$y +1][$colToPlay] = "+";
//tester les lignes qui passent pas $y+1,$colToPlay
//to do