]> git.cworth.org Git - ttt/blobdiff - kub/kub.c
Kub can now _reliably_ shuffle deck and deal in 1-4 players
[ttt] / 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]);
     }
 }