Uses of Package
de.htwdd.rosenkoenig.game

Packages that use de.htwdd.rosenkoenig.game
de.htwdd.rosenkoenig de.htwdd.rosenkoenig is the basic package of the Rosenkoenig project. 
de.htwdd.rosenkoenig.game This packages contains all classes that implement the "business logic" of Rosenkoenig
de.htwdd.rosenkoenig.gui All classes that have to do anything with user interaction or game in- and outputs are located here. 
de.htwdd.rosenkoenig.gui.genuts This package contains a GUI implementation based on the Java gui framework Genuts
de.htwdd.rosenkoenig.neuro Contains all parts of Rosenkoenig that deal with neural networks. 
 

Classes in de.htwdd.rosenkoenig.game used by de.htwdd.rosenkoenig
Game
          This class implements the game and all of its properties.
 

Classes in de.htwdd.rosenkoenig.game used by de.htwdd.rosenkoenig.game
Card
          This class represents a card in the game.
Color
          Enumeration for colors.
Game
          This class implements the game and all of its properties.
GameObserver
          This interface can be used to observe the game (hence the name).
Player
          Abstract class for all players.
Position
          This class wraps a position for the game.
 

Classes in de.htwdd.rosenkoenig.game used by de.htwdd.rosenkoenig.gui
Card
          This class represents a card in the game.
Color
          Enumeration for colors.
Game
          This class implements the game and all of its properties.
GameObserver
          This interface can be used to observe the game (hence the name).
Player
          Abstract class for all players.
Position
          This class wraps a position for the game.
 

Classes in de.htwdd.rosenkoenig.game used by de.htwdd.rosenkoenig.gui.genuts
Card
          This class represents a card in the game.
Color
          Enumeration for colors.
Game
          This class implements the game and all of its properties.
Position
          This class wraps a position for the game.
 

Classes in de.htwdd.rosenkoenig.game used by de.htwdd.rosenkoenig.neuro
Color
          Enumeration for colors.
Game
          This class implements the game and all of its properties.
GameObserver
          This interface can be used to observe the game (hence the name).
Player
          Abstract class for all players.