summaryrefslogtreecommitdiff
path: root/lib/seeding/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'lib/seeding/README.md')
-rw-r--r--lib/seeding/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/seeding/README.md b/lib/seeding/README.md
new file mode 100644
index 0000000..d323b6d
--- /dev/null
+++ b/lib/seeding/README.md
@@ -0,0 +1,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).