Package ks.common.games

Core set of classes that define the structure of Solitaire Plugins and the way they are played.

See:
          Description

Interface Summary
SolvableSolitaire This is the superclass for all games that provide the necessary interfaces to enable a brute force backtracking algorithm to solve the game.
 

Class Summary
Solitaire The ultimate superclass of all Solitaire games.
SolitaireSolver Starts separate thread to try each available move until the game is over.
SolitaireUndoAdapter Default undo adapter for use by all solitaire plug-ins.
 

Package ks.common.games Description

Core set of classes that define the structure of Solitaire Plugins and the way they are played.