Packages
Bracketology is the art/science of seeding and playing out competitions. It nests matches in stages in tournaments to model many common real-world events.
Current section
Files
Jump to
Current section
Files
bracketology
README.md
README.md
# Bracketology
Bracketology is the art/science of seeding and playing out competitions.
## Installation
Install by adding `bracketology` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:bracketology, "~> 0.1.0"}
]
end
```