github.com/mswieboda/cards
master / published Feb 7, 2021 / repository
card games in Crystal / raylib
cards
Installation
clone repo
git clone git@github.com:mswieboda/cards.git
cd into dir
cd cards
install crystal specified in .tool-versions
on macOS with asdf:
asdf install `cat .tool-versions`
or other OS's and instructions: https://crystal-lang.org/install/
install shards
shards install
make sure to have make installed on your OS
Usage
Run
run using Makefile
by default cleans the build and complies a new one, see more options in Makefile
make
Package
package to macOS app (requires platypus)
make pack
this will open Platypus with the default config from cards.platypus