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
|
@ -38,12 +38,12 @@ m6: manage users and game sessions inside database
|
|||
username and password and is then given the choice of game to play. If
|
||||
there is only one active game, directly present the goban.
|
||||
|
||||
. <--- YOU ARE HERE.
|
||||
|
||||
m7: implement Go rules
|
||||
Do not accept player moves which violate go rules. Remove beaten stones.
|
||||
Count and display the score for each player.
|
||||
|
||||
. <--- YOU ARE HERE.
|
||||
|
||||
m8: make it pretty, make it fast.
|
||||
Create nicer images replacing the old ones which were just for testing
|
||||
Find bottlenecks and optimize them for speed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue