projects
/
ttt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5358a2e
)
Kub can now _reliably_ shuffle deck and deal in 1-4 players
author
Kevin Worth
<kevin@theworths.org>
Sat, 4 Feb 2006 18:50:43 +0000
(18:50 +0000)
committer
Kevin Worth
<kevin@theworths.org>
Sat, 4 Feb 2006 18:50:43 +0000
(18:50 +0000)
kub/kub.c
patch
|
blob
|
history
diff --git
a/kub/kub.c
b/kub/kub.c
index 5377fc47534bd0dff12cc3aab470ba507d90cdcf..f9dfc3448cc94bb96a6cf32bf394f50bec5a8148 100755
(executable)
--- a/
kub/kub.c
+++ b/
kub/kub.c
@@
-218,6
+218,7
@@
static void hand_print(game_t *game)
int i;
for (i = 0; i < game->players[0].hand.num_cards; ++i)
{
+ printf ("Player 1 has these tiles:\n");
card_print(game->players[0].hand.cards[i]);
}
}