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:
parent
2630332479
commit
cc76ec975b
12 changed files with 504 additions and 83 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue