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