]> git.cworth.org Git - dvonn/commit
Implement placement phase of game
authorCarl Worth <cworth@cworth.org>
Thu, 5 Mar 2009 09:03:05 +0000 (01:03 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 5 Mar 2009 09:03:05 +0000 (01:03 -0800)
commit0eff3c58b93ea73e7f1aa866f6e317714479dd6e
treedd263cba810313f6062123ccf106632f0f092a62
parenteff695079bc44eb96226db9db6fd6cacc9497b9b
Implement placement phase of game

It's getting *close* to playable now. We still need visual
indications for the following: stack height, red piece in
stack, selected stack, and most recently moved stack. We
also need logic for legal moves as well as for removing
disconnected pieces after a move. But that's not really
that much code.
dvonn-board.c
dvonn-board.h
dvonn.c