Skip to content

Papillon6814/tournamex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

tournamex

hex.pm version hex.pm

Elixir module for generating tournament brackets. We will add functions gradually. https://hexdocs.pm/tournamex/0.1.0/api-reference.html

Installation

defp deps do
  [
    {:tournamex, "~> 0.5.0"}
  ]
end

Usage

iex(1)> Tournamex.generate_matchlist([1, 2, 3, 4, 5])
{:ok, [[5, 2], [3, [4, 1]]]}

About

Elixir module for generating tournament brackets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages