Package jagafa.object

Class Summary
Board The Board object holds alls the cards played including the information which Player played which Card (Is also a CardList)
Card Klasse Card: Enthält eine Karte mit Farbe und Kartenwert
CardList Object to store a list of Card Objects Attention: Does not implement java.util.List
Distributor Distrubutor shuffles the cards and distributes them to a list of Players Abstract helper class (cannot be instantiated)
GoneCardHeap GoneCardHeap is a CardList which holds all Cards that have been played during a Game, including the winners of every turn
Hand Hand is a CardList holding all the Cards in a Players hand
Player The Player class holds the hand and the AI of a player.
 



Copyright 2005 MA Software. All Rights Reserved.