Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 401 Bytes

File metadata and controls

7 lines (6 loc) · 401 Bytes

Implemting-BlackJack---java

This application implements the well known game BlackJack between two players – computer & user. The class Card represents a playing card. The class DeckOfCard represents pack of cards. The class BlackJack is for the main method which manages the game. The goal of the game is as known to collect cards which their total value is the closest to 21 and not above.