Perudox

An implementation of the game Perudo, also known as Dudo.

Installation

If available in Hex, the package can be installed as:

  1. Add perudo to your list of dependencies in mix.exs:
def deps do
  [{:perudo, "~> 0.1.0"}]
end
  1. Ensure perudo is started before your application:
def application do
  [applications: [:perudo]]
end

Rules

Perudox aims at following the rules as described by wikipedia.