diff options
author | nfoy <nfoy@purdue.edu> | 2014-04-26 23:45:25 -0400 |
---|---|---|
committer | nfoy <nfoy@purdue.edu> | 2014-04-26 23:45:25 -0400 |
commit | 6f19b51f0adf95b1d9bd8317388ecdbcb3756be7 (patch) | |
tree | c4be583ba9db126ef58db7a1900468ec0929df25 /lib/seeding | |
parent | 9d8d6b023ce3390f3ccf9808e630505a15ebebe6 (diff) | |
parent | 9dd899559e4533c61089c3f9429574d2de20925e (diff) |
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'lib/seeding')
-rw-r--r-- | lib/seeding/.keep | 0 | ||||
-rw-r--r-- | lib/seeding/README.md | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/seeding/.keep b/lib/seeding/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/lib/seeding/.keep diff --git a/lib/seeding/README.md b/lib/seeding/README.md new file mode 100644 index 0000000..0afbb94 --- /dev/null +++ b/lib/seeding/README.md @@ -0,0 +1,4 @@ +Files in this directory should implement the following interface: + +- seed_matches(tournament) + take the matches of a tournament and the players in a tournament, assign players to teams, and teams to matches |