Skip to content

onenull0/miso-darkcraw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Card game using Haskell miso

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 94.0%
  • Python 3.2%
  • Shell 2.6%
  • Nix 0.2%