This contains scripts to generate PDF and PNG files for playing cards and the instruction card.
This repository is loosely based off of Cards Against Cryptography
- TeXLive (
brew install TeXLive
) - ImageMagick (
brew install imagemagick
)
# Generate playing card files
$ make png
# Generate instructions card
$ make instructions
- Question cards: src/black.txt
- Answer cards: src/white.txt
One card per line, LaTeX syntax accepted
Replace the inline SVG file in src/common.tex with a logo of your choice.
Make sure to provide both a black version (for white cards) and a white version (for black cards).