
Providing a common starting point for a possible Solitaire code challenge, I decided to create a card framework.
At the moment we have:
The inclusion of compiled examples in archives per platform, for each release
Base classes for Card and Deck.
Specific classes for the French deck, aka The Standard Deck, with Jokers.
A class that implements a card pile.
A class that implements a stack of moved cards, in order to enable undo
GUI and CLI testing suites
A very simple implementation of a Klondike Solitaire, under the examples folder. Very basic!!
French
Framework de cartes de jeux