views:

285

answers:

3

Are there any APIs for helping running tournaments that can draw brackets, count scores, etc? Something on PHP/javascript would be nice but I can't find any.

Thanks.

A: 

http://www.tourneylogic.com/products/bracketcontrol/default.aspx

Not free though

Aaron M
That is not actually a tournament API, but a .NET web control for submitting fantasy brackets. (and displaying results)
John Gietzen
+3  A: 

I'm in the process of building one right now.

Mine supports Round-Robin, Single-Elimination, and Boil-Off tournaments! I am working on Double Elimination as we speak. [I actually need to get it done for an event we have this weekend. ;)]

It also supports the folowing scoring modes: Highest Score (Team Sports), Lowest Score (Golf, etc.), Highest Time (King-of-the-Hill), and Lowest Time (Racing, etc.).

http://tournaments.codeplex.com


Here it is in action:

http://lanlordz.net/Events/ViewTournament/4

As you can tell, it was optimized for LAN parties.

It is not in PHP; but, I would encourage a port to PHP.

John Gietzen
Absolutely. MIT license. I just uploaded it to codeplex.
John Gietzen
A: 

There is a pretty useful jquery plugin that draws a binary tree which can be used for building tourney brackets.

serg