]>
git.cworth.org Git - loa/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Carl Worth [Sat, 2 May 2020 15:21:20 +0000 (08:21 -0700)]
Fix compilation by putting dependent libraries at the end
Something changed in the toolchain between 2008 and today. This
wouldn't compile without this change.
Carl Worth [Fri, 29 Feb 2008 05:23:50 +0000 (21:23 -0800)]
Fix check for out-of-range values passed to loa_board_move_legal
Previously we were only checking the first coordinate pair
instead of both. Oops.
Carl Worth [Fri, 29 Feb 2008 05:17:46 +0000 (21:17 -0800)]
Ignore clicks outside the current board
This prevents crashing and moving pieces off of the board.
Carl Worth [Fri, 29 Feb 2008 05:15:27 +0000 (21:15 -0800)]
Add a README file
Carl Worth [Sun, 24 Feb 2008 07:05:29 +0000 (23:05 -0800)]
Make the game playable by clicking
Works nicely on a single computer now. Still not yet networked.
Carl Worth [Sun, 24 Feb 2008 01:53:56 +0000 (17:53 -0800)]
Increase the default size a bit.
Carl Worth [Sun, 24 Feb 2008 01:41:07 +0000 (17:41 -0800)]
Add drawing of pieces (along with loa-board board-management code from loudgame)
Carl Worth [Sat, 23 Feb 2008 22:33:36 +0000 (14:33 -0800)]
Initial Lines of Action program, (just draws the board for now)