A command-line implementation of the single-player card game King Albert in Elixir.
It's not published as a Hex package at this point.
To install, clone this git repo, make sure you have Elixir installed,
and run mix escript.build
within the repo. This will build an executable
called king_albert_ex
. Run ./king_albert_ex
to play the game.
- Publish as a hex package
- CI