All the cards in a hand are added up in hopes of reaching 21 without going over. These are shown in the image below.Įach card has a 'score'. Scoring as close to 21 points without going over.īlackjack uses a standard deck of 52 cards, with 4 possible suits, Hearts, Diamonds, Clubs, and Spades, and 13 possible values. Become familiar with iterating through and modifying ArrayListsīlackjack is a popular card game, common as a table game at casinos.Implement 3 interfaces of objects in a game of blackjack.Is to practice using ArrayLists and Interfaces. Homework 8: Blackjack Homework 8: Blackjack A.