"basic multiuser gameplay possible. Milestone m6 reached!

This commit is contained in:
phear 2005-09-14 16:48:07 +00:00
parent e7e9c72e54
commit 8f5568bcd0
4 changed files with 72 additions and 24 deletions

View file

@ -29,8 +29,6 @@ m5: goban inside database
on side of the board, so that gobans of size 9x9, 13x13 and 19x19 can be
displayed.
. <--- YOU ARE HERE.
m6: manage users and game sessions inside database
manage user accounts and the game(s) they currently play inside the data-
base. each game has its own table, which contains players, current turn,
@ -39,7 +37,9 @@ m6: manage users and game sessions inside database
(up to 8 or so). So if the user calls the cgi script, she has to send
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.