diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-04-26 23:21:57 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-04-26 23:21:57 -0400 |
commit | 4638a832b3b9da87bf076f4370e0d99bdf11ee78 (patch) | |
tree | edb643a43c94c59d75ded5ff2507f7f9b0809d76 /lib | |
parent | add6074325e01b35f012f8fe783d5e4349c10a64 (diff) |
Fixed metaprogramming, I think. and added README for seeding
Diffstat (limited to 'lib')
-rw-r--r-- | lib/seeding/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/seeding/README.md b/lib/seeding/README.md index 2f12622..0afbb94 100644 --- a/lib/seeding/README.md +++ b/lib/seeding/README.md @@ -1,3 +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 |