Skip to content

hickscorp/perudox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The Perudo / Dudo game, written in Elixir.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published