Perudox
An implementation of the game Perudo, also known as Dudo.
Installation
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]]
endRules
Perudox aims at following the rules as described by wikipedia.