A card game done with Haskell's miso.
See app/README.md for Haskell/miso instructions.
Install the pre-commit hook as follows:
ln -sr hooks/pre-commit.py .git/hooks/pre-commit
If you have the rights to do a release, install the pre-push hook as follows:
ln -sr hooks/pre-push .git/hooks/pre-push
There are two kind of assets at the moment:
-
app/assets/16x16*.png
andapp/assets/24x24*.png
. Generate them by executing./scripts/GenAssets.hs
wheneverassets/16x16.png
orassets/24x24.png
change. -
app/assets/*.png
. @smelc generates them from:Execute
./scripts/dl-large-assets.sh
to download up-to-date versions.