webgo now utilizes gnugo to evaluate moves. The game is now playable (though I dont know what happens if someone wins/finishes a game :))

This commit is contained in:
phear 2005-09-23 14:37:07 +00:00
parent 2630332479
commit cc76ec975b
12 changed files with 504 additions and 83 deletions

View file

@ -45,7 +45,6 @@ body {
height: 120px;
margin: 0;
padding: 0;
background-image: url(cryptobox-img/vault_pingu.png);
background-position: top right;
background-attachment: scroll;
background-repeat: no-repeat;
@ -247,13 +246,13 @@ input#submit:hover {
cursor: pointer;
}
/* the submit buttons have to have id="goban" for the following style, for use in goban display ------------- */
/*input#goban {
input {
padding: 0px;
border: 0px;
margin: 0px;
}
*/
/*input#goban:hover {
padding: 0px;
border: 0px;