]> git.cworth.org Git - ttt/commitdiff
Kub can now _reliably_ shuffle deck and deal in 1-4 players
authorKevin Worth <kevin@theworths.org>
Sat, 4 Feb 2006 18:50:43 +0000 (18:50 +0000)
committerKevin Worth <kevin@theworths.org>
Sat, 4 Feb 2006 18:50:43 +0000 (18:50 +0000)
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]);
     }
 }