Package org.ninm.games.cardgames

This package contains all the interfaces for a card game.

See:
          Description

Interface Summary
Bid an interface which all bid types must implement
Bonus Represents a bonus that either a team or player receives
CardGame The interface which all cardgames must implement in order that the GUI displays them uniformly
Deck This interface must be implemented by the game.
Engine This interface should be implemented by a card game and should enforce the logic of the game
Player This interface defines a card player
Score This interface represents the currant score of any card game
Team This interface defines the functionality of a team participating in a card game
Trick This interface defines tricks that can be anounced by players
 

Package org.ninm.games.cardgames Description

This package contains all the interfaces for a card game. This is used as an abstraction between the GUI and the low level implementation of a particular card game.


SourceForge.net Logo