All Classes and Interfaces

Class
Description
This Enum class represents the distribution of the card of the Skyjo game conform of the rule.
Implementation of the Card interface representing a Skyjo card.
This class is needed to create the row of each column of de PlayerCard
 
Custom data structure implementation for Skyjo deck.
Inner Class NodeCard Helper for create a stack
This class is needed to create the card of the player
Command implementation for keeping a column with all identical number in Skyjo game.
Given by teacher ;)
 
Represents a player in the Skyjo game.
Command implementation for rejecting the currently buffered card in Skyjo game.
Command implementation for removing a column from the player card
Command implementation for replacing a card from the list of all card not remove from the player
Command implementation for revealing a hidden card in the current player's grid in Skyjo game.
Command implementation for drawing a fresh card from the deck in Skyjo game.
Command implementation for select a card from the discard an put it on the bufferin Skyjo game.
Main implementation of the SkyjoModel interface.