Blackjack Game
Creating classes to represent individual cards, decks, and players, I used Java to create the game of Blackjack. The user plays through only a terminal. No other players may participate, and a dealer automatically plays based on conventional casino rules. I want to recreate this attempt with both text- and GUI-based interaction.