Planning - maxwilliams94/ultimatePy GitHub Wiki
Functions
- read in teams from file
- create groups of teams according to seed
- create schedule according to number of pitches etc
- output schedule in human readable form
- allow input of results
- compute next match ups when results are input
- allow continuation of a schedule in case of program exit
Data Structures
- classes
- Team
- Fixture
- Tournament(?): Combine lists of teams, groups, list of fixtures (schedule) in a single datastructure