Commit Graph

21 Commits

Author SHA1 Message Date
40d9c6c08f Fully implemented loading SGF files, although we can only look at the main sequence for now 2012-04-21 18:25:04 -04:00
692dc294d6 Included gomill framework for SGF and GTP support, and sketched out SGF game-loading code. 2012-04-21 04:27:05 -04:00
700a6a2f32 Implemented basic scoring code, so that scoring estimates are drawn at the end of a game 2012-04-21 02:50:52 -04:00
794fb23d5f Removed some deprecated code 2012-04-19 01:48:45 -04:00
0e48b1249d Use nicer symbols, allow multiple games at once 2012-04-19 01:46:09 -04:00
2fd0523078 Fixed ko checking 2012-04-18 17:57:58 -04:00
becf13e4ab Make update code on playing a stone much more efficient 2012-04-18 11:33:20 -04:00
f6d89e7ae2 Implemented game info, play move, hover 2012-04-17 23:11:49 -04:00
824bf6c889 Get the board to print 2012-04-17 18:07:04 -04:00
704e7209a6 See previous commit... 2012-04-16 13:00:56 -04:00
7abef7b37d More tweaks to networking code, starting network game seems to stop all gui events. 2012-04-15 23:43:46 -04:00
c7947d9790 Continued implementation of functions needed for network play 2012-04-15 20:57:23 -04:00
90ff7ceba8 Added pass, resign, and quit buttons using SGC 2012-04-14 18:28:34 -04:00
79d9fb0d9e Implement ko checking 2012-04-14 02:26:17 -04:00
de81e9129f Rename place_stone to play_move 2012-04-14 01:58:48 -04:00
9a78f2918a Add triangle on last move, to make long-running games easier to keep track of. 2012-04-14 01:57:20 -04:00
21b5930431 Fixed captures - everything works correctly now 2012-04-14 01:47:31 -04:00
80f4d11720 Make white hover stone partially transparent 2012-04-14 01:28:48 -04:00
96313cd47d Fix liberty checking code around the edges, fix the hover code 2012-04-14 01:21:17 -04:00
7652ddd596 Fixed a few bugs - stones can now be placed, but captures aren't working right 2012-04-13 16:59:05 -04:00
1474af0e5f Factored 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 yet 2012-04-13 16:53:57 -04:00