Go to file
2005-10-09 17:27:17 +00:00
documentation/development now there is a working button at the login page to create a new user. User creation should work, although right now it lacks a check whether or not the user already exists. 2005-10-03 21:45:39 +00:00
img small changes here and there. a debug function (SPOT), css, start of a navigation bar. 2005-09-20 07:05:05 +00:00
imgsource small changes here and there. a debug function (SPOT), css, start of a navigation bar. 2005-09-20 07:05:05 +00:00
createaccount.py now there is a working button at the login page to create a new user. User creation should work, although right now it lacks a check whether or not the user already exists. 2005-10-03 21:45:39 +00:00
default.css webgo now utilizes gnugo to evaluate moves. The game is now playable (though I dont know what happens if someone wins/finishes a game :)) 2005-09-23 14:37:07 +00:00
deletegame.py now there is a working button at the login page to create a new user. User creation should work, although right now it lacks a check whether or not the user already exists. 2005-10-03 21:45:39 +00:00
filehandling.py added a simple parser for static sgf files 2005-10-09 13:58:06 +00:00
gamecreation.py now there is a working button at the login page to create a new user. User creation should work, although right now it lacks a check whether or not the user already exists. 2005-10-03 21:45:39 +00:00
generate_goban_images.py small changes here and there. a debug function (SPOT), css, start of a navigation bar. 2005-09-20 07:05:05 +00:00
gnugo.py before this change WebGo had 2 represenations of the goban simultaneously (one in sgf and the other as a table in the database). This was just too ugly, even for me. Now all relevant functions use the parser from the last commit.It seems to work ... 2005-10-09 17:27:17 +00:00
goban.py before this change WebGo had 2 represenations of the goban simultaneously (one in sgf and the other as a table in the database). This was just too ugly, even for me. Now all relevant functions use the parser from the last commit.It seems to work ... 2005-10-09 17:27:17 +00:00
helper.py before this change WebGo had 2 represenations of the goban simultaneously (one in sgf and the other as a table in the database). This was just too ugly, even for me. Now all relevant functions use the parser from the last commit.It seems to work ... 2005-10-09 17:27:17 +00:00
init_webgo.py small changes here and there. a debug function (SPOT), css, start of a navigation bar. 2005-09-20 07:05:05 +00:00
login.py now there is a working button at the login page to create a new user. User creation should work, although right now it lacks a check whether or not the user already exists. 2005-10-03 21:45:39 +00:00
main.py now there is a working button at the login page to create a new user. User creation should work, although right now it lacks a check whether or not the user already exists. 2005-10-03 21:45:39 +00:00
playgame.py before this change WebGo had 2 represenations of the goban simultaneously (one in sgf and the other as a table in the database). This was just too ugly, even for me. Now all relevant functions use the parser from the last commit.It seems to work ... 2005-10-09 17:27:17 +00:00
psql.py before this change WebGo had 2 represenations of the goban simultaneously (one in sgf and the other as a table in the database). This was just too ugly, even for me. Now all relevant functions use the parser from the last commit.It seems to work ... 2005-10-09 17:27:17 +00:00