Package de.htwdd.rosenkoenig.game

This packages contains all classes that implement the "business logic" of Rosenkoenig.

See:
          Description

Interface Summary
GameObserver This interface can be used to observe the game (hence the name).
 

Class Summary
Card This class represents a card in the game.
Game This class implements the game and all of its properties.
HumanPlayer Human player class.
Player Abstract class for all players.
Position This class wraps a position for the game.
 

Enum Summary
Color Enumeration for colors.
 

Package de.htwdd.rosenkoenig.game Description

This packages contains all classes that implement the "business logic" of Rosenkoenig.