- main(String[]) - Static method in class game_frontend.VideoPoker
-
Main method that manages the game modes according to the arguments that where used to call
the program
- Match - Class in game_frontend
-
Represents an abstract type that defines the routines to play a Card Game
- Match(int) - Constructor for class game_frontend.Match
-
Constructor of Match that creates a default deck
- Match(int, ArrayList<Card>) - Constructor for class game_frontend.Match
-
Constructor of Match that receives the cards to be loaded into deck
- Match.States - Enum in game_frontend
-
- minus(Card) - Method in class game_backend.Card
-
Provides the true comparable between ranks.