From 367834b29e9dff4eaa555984732b79379c23c1fe Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 27 May 2016 22:38:24 +0200 Subject: [PATCH] test --- {src/arenas/connectFour => html}/testBot.html | 135 ++++++++++++------ 1 file changed, 94 insertions(+), 41 deletions(-) rename {src/arenas/connectFour => html}/testBot.html (70%) diff --git a/src/arenas/connectFour/testBot.html b/html/testBot.html similarity index 70% rename from src/arenas/connectFour/testBot.html rename to html/testBot.html index 6af80df..ed1513c 100644 --- a/src/arenas/connectFour/testBot.html +++ b/html/testBot.html @@ -38,6 +38,7 @@ pre{ font-style: normal;font-size: 16px; margin-left: 32px;font-family: Consolas .battleGrid tr{} .battleGrid tr td{border: 1px dashed green; text-align: center; font-weight: bold;min-width:20px; height:20px;} .winCase{background-color:red;} +.hidden{display: none;} @@ -147,7 +200,7 @@ function startGame(){ - + @@ -159,7 +212,7 @@ function startGame(){ - +