Skip to content

Generates round-robin football fixtures for a given set of teams

Notifications You must be signed in to change notification settings

eduardobeloni/round-robin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A round-robin tournament (or all-play-all tournament) is a competition in which each contestant meets all other
contestants in turn.

This simple project generates football fixtures in round-robin format for a given set of teams using a input file, which format is as follows:

4     		(number of participant teams)
England		(names of teams)
Brazil
Scotland
South Africa

Compile:
$ make

Clean:
$ make clean

Usage:
$ round-robin <team list file>

About

Generates round-robin football fixtures for a given set of teams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages