summaryrefslogtreecommitdiff
path: root/lib/seeding/README.md
blob: d323b6dc92297777a55a53c5dd5749f3840ae854 (plain)
1
2
3
4
5
6
7
8
9
10
Seeding interface
=================

Files in this directory should be _modules_ implement the following
interface:

 - `seed(TournamentStage)`

   Take a tournament stage, assign players to teams and teams to
   matches (matches must exist).