Commit Graph

3 Commits

Author SHA1 Message Date
Dave Burke
937778657e Remove redundant Card record code
Java Records automatically acquire an implementation of equals and
hashCode that accounts for their components. They also have read
accessors for their components (card.suit() to get the suit).
2022-03-18 17:01:06 -05:00
Mitch Peck
0b181dbd3f shouldPlayDealer & playDealer implementations, formatting to mimic original code 2022-03-11 21:12:59 -06:00
Dave Burke
d1bdd7889d Refactor scoreHand and compareHands into ScoringUtils 2022-03-03 21:55:30 -06:00