A simple command-line card guessing game leveraging elixir and Erlang.
To run, you need to install elixir >= 1.6.6. Run the commands to install elixir on osx:
$ brew update
$ brew install elixir
To build the project:
$ make build
To run:
$ ./cards
If available in Hex, the package can be installed
by adding cards to your list of dependencies in mix.exs:
def deps do
[
{:cards, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/cards.