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
perudoto your list of dependencies inmix.exs:
def deps do
[{:perudo, "~> 0.1.0"}]
end- Ensure
perudois started before your application:
def application do
[applications: [:perudo]]
endPerudox aims at following the rules as described by wikipedia.