Commit Graph

3 Commits

Author SHA1 Message Date
a7567d2a09 Created Hand Type
Created a Hand type that can also calculate the sum of the cards in the
hand. Also wrote a display for it so that we can just print hands out.
2026-01-11 16:22:35 -05:00
b5cc0a7293 Deck Shuffling
Implemented a deck shuffling algorithm. It will iterate over the deck of
cards 1000 times and swap the card it is on with another random card to
mix up the deck.

Reviewed-on: #12
2026-01-10 20:09:53 -05:00
cedef1792f Deck Implementation
Implemented a Deck type that has a new function that returns an
unshuffled deck. Also wrote an integration test for the new function to
make sure that it works.

Reviewed-on: #11
2026-01-10 18:03:43 -05:00