
I've attempted to create an automated tournament manager in PHP.
It's running at the moment on {PinkTomato} PHPTourneyServer.
It currently supports Fortress and CTF game modes.
The team management, is... hit & miss. Though if you are in the wrong team, it attempts to sort you out before the match begins. I'm after suggestions on how a proper team join could work, it just doesn't feel natural.
It's hard-coded to a limit of 2 teams


TODO:
[*] Small todo, might be a small bug with declareWinner, *whoops*.
[*] Catch more errors!
[*] The first aim is to get this to output the previous games onto a website.
[*] Use MOVE_TO when a match is done.
[*] 4 Teams as well as 2 for TST, FFF, etc.
[*] Route 1: If possible, to use a PHP client to connect to many servers at once, and co-ordinate a tournament with the input possibly of an XML? file.
[*] Route 2: Forget PHP, and integrate it directly into Armagetronad, possibly by use of future module integration
