]> git.cworth.org Git - kub/history - kub.c
Add kub binary to .gitignore
[kub] / kub.c
2007-01-29 Carl WorthImplement card_group_is_run with one loop instead of...
2007-01-29 Carl WorthUse subraction to implement card_compare
2007-01-29 Kevin WorthFixed card_group_is_run to include last card in number...
2007-01-29 Carl WorthRemove duplicate definition of card_group_is_run
2007-01-29 Carl WorthAdd unconditional return value to card_compare
2007-01-29 Carl WorthFix syntax errors in card_compare
2007-01-29 Carl WorthAdd some minimal GTK+ love to kub
2007-01-27 Kevin WorthAdded beginnings of card_compare and added to card_grou...
2007-01-27 Kevin WorthKub can now _reliably_ shuffle deck and deal in 1-4...
2007-01-27 Kevin WorthMinor fixes to kub
2007-01-27 Kevin WorthCompleted _is_set and _is_run but still lacking debuggi...
2007-01-27 Kevin WorthFixed kub to print deck better(still not perfect)
2007-01-27 Kevin WorthKub compiles with no errors but still plenty of bugs
2007-01-27 Kevin WorthAdd kub program