An implementation of the game Perudo, also known as Dudo.
If you want to contribute, don't issue a PR until:
- All tests must be passing.
- Coverage percentage must never fall behind.
Also, please make sure your code is linted (Use credo
) and dialized. To check everything at once locally, you can run:
mix do credo, dialyzer, coveralls.html
If available in Hex, the package can be installed as:
- Add
perudo
to your list of dependencies inmix.exs
:
def deps do
[{:perudo, "~> 0.1.0"}]
end
- Ensure
perudo
is started before your application:
def application do
[applications: [:perudo]]
end
Perudox aims at following the rules as described by wikipedia.