AP Computer Science Card Game Project.
Provides layout for a Card with number and suit.
Array of Cards with a current location of top card (for dealing new cards).
ArrayList of Cards, with instance data that includes how many cards they current hold and how many wins. Also includes methods for manipulating a hand and determining wins/losses.
Instantiates a player and computer opponent (both are Player objects) and manages all game outputs/prompting.
Instantiates a game of 3 matches (changeable) and runs the game's play method.