From 0e44dd2a8e63dbfff61857d103ea0a39c6b923e9 Mon Sep 17 00:00:00 2001 From: gnieark Date: Tue, 7 Jun 2016 23:24:26 +0200 Subject: [PATCH] . --- html/testBotScripts/connectfour.html | 1 + 1 file changed, 1 insertion(+) 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{