Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.37 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.37 KB

lint build, test

Pixel Card Wars

A card game done with Haskell's miso.

  • You can see the dev version here.
  • You can see the last release on itch.io.

Developers

See app/README.md for Haskell/miso instructions.

Hooks

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

Assets

There are two kind of assets at the moment:

  • app/assets/16x16*.png and app/assets/24x24*.png. Generate them by executing ./scripts/GenAssets.hs whenever assets/16x16.png or assets/24x24.png change.

  • app/assets/*.png. @smelc generates them from:

    • tiled/*.tmx using tiled
    • xcf/*.xcf using gimp

    Execute ./scripts/dl-large-assets.sh to download up-to-date versions.