Changes for version 0.01 - 2008-07-05
- First version.
- Can only do Freecell for now, but there's a lot of modularity and extensibility infrastrucutre in place.
- 193 Test Assertions.
Modules
verify solutions for solitaire games.
a base class.
a class wrapper for an individual Solitaire card.
a class wrapper for Solitaire columns that are composed of a sequence of cards.
provides various exception classes for G::S::Verify.
a class wrapper for an individual Solitaire move.
verify an entire solution of Freecell Solver (or a similar solve)
a class for Solitaire states (or positions) of the entire board.