README.md

# Perudox

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

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `perudo` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:perudo, "~> 0.1.0"}]
end
```

2. Ensure `perudo` is started before your application:

```elixir
def application do
  [applications: [:perudo]]
end
```

## Rules

Perudox aims at following the rules as [described by wikipedia](https://en.wikipedia.org/wiki/Dudo).