You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/libtdegames/carddecks
Timothy Pearson 45f1731e60
Fix invalid headers in PNG files and optimize for size
8 years ago
..
cards-aisleriot Fix invalid headers in PNG files and optimize for size 8 years ago
cards-default Fix invalid headers in PNG files and optimize for size 8 years ago
cards-dondorf-whist-b Fix invalid headers in PNG files and optimize for size 8 years ago
cards-gdkcard-bonded Fix invalid headers in PNG files and optimize for size 8 years ago
cards-hard-a-port Fix invalid headers in PNG files and optimize for size 8 years ago
cards-konqi-modern Fix invalid headers in PNG files and optimize for size 8 years ago
cards-penguins Fix invalid headers in PNG files and optimize for size 8 years ago
cards-spaced Fix invalid headers in PNG files and optimize for size 8 years ago
cards-warwick Fix invalid headers in PNG files and optimize for size 8 years ago
cards-xskat-french Fix invalid headers in PNG files and optimize for size 8 years ago
cards-xskat-german Fix invalid headers in PNG files and optimize for size 8 years ago
decks Fix invalid headers in PNG files and optimize for size 8 years ago
CMakeLists.txt Initial cmake conversion 8 years ago
Makefile.am Actually move the kde files that were renamed in the last commit 13 years ago
README Actually move the kde files that were renamed in the last commit 13 years ago
convertpysols Remove additional unneeded tq method conversions 13 years ago

README

This directory contains all carddecks for KDE cardgames.

The backsides of the cards are stored as PNG images in
the directory decks as deck0.png, deck1.png, ...

The cardsets with 52 cards are stored in the directories
cards1,cards2,cards3,... where each directory contains 52
PNG images of the cards labels 1.png,2.png,...52.png

Access to these cards works by using the kcardialog library
in libtdegames. See for documentation there.