]> git.cworth.org Git - dvonn/history - dvonn.c
Implement automatic pass (when there is no legal move) and end-of-game
[dvonn] / dvonn.c
2020-04-24 Carl WorthImplement automatic pass (when there is no legal move... master
2020-04-24 Carl WorthClean up some errant trailing whitespace.
2020-04-24 Carl WorthAdd a new dvonn_board_cell_owned_by function
2009-03-07 Carl WorthAdd simple text indicating whose turn it is to place...
2009-03-05 Carl WorthDon't let one player place the opponent's pieces
2009-03-05 Carl WorthAdd support for dual-display mode
2009-03-05 Carl WorthImplement right-click for pass
2009-03-05 Carl WorthEnforce legal moves
2009-03-05 Carl WorthAdd visual indication for non-red stacks containing...
2009-03-05 Carl WorthAdd display of stack height and implement movement
2009-03-05 Carl WorthAdd visual indication of selected stack
2009-03-05 Carl WorthImplement placement phase of game
2009-03-05 Carl WorthRemove vestiges of loa in favor of dvonn
2009-03-05 Carl WorthAdd simplistic button-press handling
2009-03-04 Carl WorthFix vertical spacing of the board
2009-03-04 Carl WorthInitial import of DVONN game