A C D E F G H J K N P Q R S T V

C

cardsLeft() - Method in class proj2.Game
Calculates the number of cards still in the deck
cardsMatch(Coordinates, Coordinates) - Method in class proj2.Game
Determines if the cards at the specified tableau locations are a match according to the rules of Monte Carlo Solitaire
CLUBS - Static variable in class proj2.Suit
The suit CLUBS
consolidate() - Method in class proj2.Game
Moves cards in the tableau towards the top (left and up) to replace the cards that were removed.
Coordinates - Class in proj2
Encapsulate the row and column of one cell in a 2-D coordinate system
Coordinates(int, int) - Constructor for class proj2.Coordinates
Constructs a new Coordinate from the specified row and column

A C D E F G H J K N P Q R S T V