This package is an attempt at creating a playing card framework.
- Firstly make it work for the suited cards games. There's a functioning French Deck, aka The Standard Deck, implemented
- Maybe Tarot
- Maybe Uno
- Maybe Hearts
There are examples: Examples Folder
You can find the package here: Packages Folder
- Add iterators for Deck and Pile.
- Add section Algorithms: List some known card rules and scoring.
- Add section Resources: List free to use graphical card packs.
- Add an example for
GUIwith very simple graphics in order to test theTMemoryStreamcode path.
That's still missing from the test suites.