https://github.com/lbovet/tournamix
Mini web application code for sport tournaments
https://github.com/lbovet/tournamix
Last synced: about 2 months ago
JSON representation
Mini web application code for sport tournaments
- Host: GitHub
- URL: https://github.com/lbovet/tournamix
- Owner: lbovet
- License: unlicense
- Created: 2011-09-07T19:31:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-07T21:13:07.000Z (over 13 years ago)
- Last Synced: 2025-01-17T08:11:37.108Z (3 months ago)
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
This code reads 8 teams from teams.txt and serves a mini app for runing a "binary" sport tournament.
In a binary tournament, all n teams play n/2 matches. The winner wins 2^round points at each
round. Thus at the end, all teams have different number of points.The code can be easily modified to model usual types of tournaments (trees) but not groups (pools).
![]()
![]()