Skip to content

gcarreno/objpas-card-framework

Repository files navigation

Card Framework in Object Pascal

Build Status Supports Windows Supports Linux Supports macOS License Latest Release Downloads

This package is an attempt at creating a playing card framework.

Objectives

  • 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

Examples

There are examples: Examples Folder

Package

You can find the package here: Packages Folder

Todo

  • 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 GUI with very simple graphics in order to test the TMemoryStream code path.
    That's still missing from the test suites.