I'm currently looking to write a basic tournament script for an php-based RPG modification I administer.
General knock out style style:
- 16 members sign up - once all 16 slots taken up then random matches (easy enough to do),
- Then 16 down to 8 down to 4 down to 2 then winner.
Does anyone know of anything currently out there that does something similar to this?
I can't think of a good way to allow a member to create their own tournament with x number of players (2, 4, 8, 16, 32, 64, etc) while the script automates the tournament structure depending on the user preferences - if that makes sense.
Thanks in advance.