JDK
02-01-2014, 11:36 PM
At our local Legacy playgroup we tend to have around eight to eleven players for tournaments. Each time one of us has to bring a Windows notebook to make the pairings and compute the tiebreakers. Sure, we could do it the hard way, make pairings and calculate tiebreakers by hand, but this is time consuming and annoying to do. Naturally, I figured there has to be an app for that in one of the app stores. Well, there wasn’t a single one specifically for MTG with the ability to compute the usual/official tiebreakers.
So I fired up my text editor and began to code such a program myself.
URL: http://tiebreaker.kraken.at
Features:
player management
pairing system
match reporting & history
tiebreaker calculation
tournament export
TiebreakerJS is designed for small tournaments (4-32 players), but could theoretically handle more than that. The pairing algorithm is still ‘work in progress’ and could mess something up. If you experience strange behavior, please leave a comment and provide detailed information (screenshots are helpful too).
The site should work on any device capable of handling (modern) web technologies like Javascript and HTML5. A current Android device or iPhone does the trick – as well as the respective tablets.
For now, the playerlist gets wiped with every reload, but you can add a parameter to the URL, to automatically add the specified players when loading the page:
http://tiebreaker.kraken.at/?players=Player 1,Player 2,Player 3...
By clicking on "Save Playerlist" the site will show you the URL, so you can save it as a bookmark and have a persistent playerbase.
Screenshots:
http://i.imgur.com/u41a3v1.png http://i.imgur.com/3DXUUHT.png http://i.imgur.com/P9eHBBv.png
Tested on:
Windows 7 (Chrome)
Nexus 5
So I fired up my text editor and began to code such a program myself.
URL: http://tiebreaker.kraken.at
Features:
player management
pairing system
match reporting & history
tiebreaker calculation
tournament export
TiebreakerJS is designed for small tournaments (4-32 players), but could theoretically handle more than that. The pairing algorithm is still ‘work in progress’ and could mess something up. If you experience strange behavior, please leave a comment and provide detailed information (screenshots are helpful too).
The site should work on any device capable of handling (modern) web technologies like Javascript and HTML5. A current Android device or iPhone does the trick – as well as the respective tablets.
For now, the playerlist gets wiped with every reload, but you can add a parameter to the URL, to automatically add the specified players when loading the page:
http://tiebreaker.kraken.at/?players=Player 1,Player 2,Player 3...
By clicking on "Save Playerlist" the site will show you the URL, so you can save it as a bookmark and have a persistent playerbase.
Screenshots:
http://i.imgur.com/u41a3v1.png http://i.imgur.com/3DXUUHT.png http://i.imgur.com/P9eHBBv.png
Tested on:
Windows 7 (Chrome)
Nexus 5