From 25c4b4f566777a3815c18c7622c0f513e26977a2 Mon Sep 17 00:00:00 2001 From: gnieark Date: Tue, 7 Jun 2016 23:34:55 +0200 Subject: [PATCH] . --- html/testBotScripts/connectfour.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/testBotScripts/connectfour.html b/html/testBotScripts/connectfour.html index 76460e5..cd85111 100644 --- a/html/testBotScripts/connectfour.html +++ b/html/testBotScripts/connectfour.html @@ -138,7 +138,7 @@ function playingAT(col){ y=-x+b */ //find b - var b = 0 + y + x; + var b = y + x; if (b < 6){ //first point of the diagonal has x=0; var kx = 0;