Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 981 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 981 Bytes

Perudox

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

Coverage Status

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

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.