Commit Graph

10 Commits

Author SHA1 Message Date
Dave Burke
de5b3bbf4c Make Card immutable 2022-01-23 21:36:42 -06:00
Dave Burke
727aa0e83e Fix imports in Player 2022-01-23 21:17:22 -06:00
Dave Burke
9bf89593c5 Make Suit an enum in Card 2022-01-23 21:17:10 -06:00
Dave Burke
04472431f3 Fix inputs to match original BASIC behavior. 2022-01-23 21:07:19 -06:00
Mitch Peck
6991f66012 Add Player and Card objects 2022-01-22 20:15:09 -06:00
Dave Burke
7845e3df16 Prompt for bets and add notes on classes 2022-01-21 13:01:03 -06:00
Dave Burke
2cd9b8cfb3 Formatting fixes 2022-01-21 13:00:35 -06:00
Dave Burke
41424b6ee2 Refactor input prompts
After experimenting with both versions, I find System.console() to
produce more readable code than using a Scanner.
2022-01-20 21:56:51 -06:00
Dave Burke
93ef518768 Implement instructions prompt 2022-01-18 12:55:21 -06:00
Dave Burke
d17556c3ed Add stub implementation of Blackjack in Java 2022-01-18 12:36:16 -06:00