diff --git a/html/testBotScripts/connectfour.html b/html/testBotScripts/connectfour.html index cd85111..b56081c 100644 --- a/html/testBotScripts/connectfour.html +++ b/html/testBotScripts/connectfour.html @@ -151,7 +151,7 @@ function playingAT(col){ var line=""; var lx , ly; for (lx = kx, ly = ky; (lx < 7) && (ly > -1); lx++ , ly-- ){ - alert (ly); + alert (ly + " " + ky); if( board[ly][lx] == ""){ line += " "; }else{