Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 524 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 524 Bytes

CardGame

CardGame is a playing card game program that uses a full deck of cards that is stored in an array of cards.

To run, compile the java program and run the program entering arguments 'cli' or 'gui' to specify whether to use the command line or graphical interface.

Currently plays: BlackJack

Branch:

texas - currently implementing changes to extend functionality to include multiple players with multiple hands each.

logic - test for separating Ui from main game functions in order to make client and server