9a78f2918aAdd triangle on last move, to make long-running games easier to keep track of.Anna Wiggins2012-04-14 01:57:20 -0400
21b5930431Fixed captures - everything works correctly nowAnna Wiggins2012-04-14 01:47:31 -0400
80f4d11720Make white hover stone partially transparentAnna Wiggins2012-04-14 01:28:48 -0400
96313cd47dFix liberty checking code around the edges, fix the hover codeAnna Wiggins2012-04-14 01:21:17 -0400
7652ddd596Fixed a few bugs - stones can now be placed, but captures aren't working rightAnna Wiggins2012-04-13 16:59:05 -0400
1474af0e5fFactored the board code into a 'goban' library, and re-implemented it to use simple arrays and to be much, much simpler. Unfortunately, though, it doesn't quite work yetAnna Wiggins2012-04-13 16:53:57 -0400
18e14f61e6Prefer debugging over speed (heavily) in gnugo, and got the board into a stronger state, to align with how gnugo does things.Anna Wiggins2012-04-13 01:38:58 -0400
5ad1eb46e9First semi-functional version of the libboard-based implementationAnna Wiggins2012-04-13 00:38:11 -0400
61d1965292Added all the files we need from gnugo to so_compileAnna Wiggins2012-04-12 21:28:49 -0400
c17ed205d7Added some framework for building the C libraries we need and running the program with the needed libraries availableAnna Wiggins2012-04-12 21:19:19 -0400
353d16994bModified configure.in to compile everything with -fPIC so we can manually build shared libs laterAnna Wiggins2012-04-12 16:45:59 -0400
8b772255a1Beginning of implementation of a ctypes-based interface to libboard, which is a much cleaner set of Go routines than I hacked together originally. Including a copy of gnugo 3.8 so we can build a dynamic version of libboard.Anna Wiggins2012-04-12 13:46:27 -0400
55dbed09f5Implemented hovering stones under mouse cursor, and implemented a simple game clockAnna Wiggins2012-04-09 20:55:09 -0400
f5d3608ba2Added text to display number of captures and whose turn it is.Anna Wiggins2012-04-08 18:24:14 -0400
8881b1cd38Return number of stones captured, keep track of captures for each playerAnna Wiggins2012-04-08 18:07:10 -0400
c925a95ad7Goban._valid_move() should allow placing a stone into a liberty-less space if it will result in a capture.Anna Wiggins2012-04-08 17:10:39 -0400