diff --git a/html/testBotScripts/tictactoe.html b/html/testBotScripts/tictactoe.html index 93d8664..11cf3e1 100644 --- a/html/testBotScripts/tictactoe.html +++ b/html/testBotScripts/tictactoe.html @@ -90,7 +90,9 @@ function playingAT(cellKey){ var symbol="O"; } grid[cellKey]=symbol; + alert (cellKey); document.getElementById[cellKey].innerHTML = symbol; + addLog("Player " + currentPlayer + " joue " + cellKey); //does he win? //tester si trois caracteres allignés