top of page

League Generation (Java)

We were tasked with creating a program that accepts either a text file with a list of pre-determined teams or simply the number of teams to work with, which then generates a list of matches between these teams, rounds containing these matches and finally a fixture containing the rounds. This can then be printed to the screen or to an output file.

This project saw us "filling in the blanks" of an already structured BlueJ project. Most functions were pre-existing, with little to no code included and a vague comment description of its use.

I've provided the files for this project here so that you may check my programming techniques.

Included is a readme file on how to effectively make use of the project, but there are comments in the .java files that outline the various functions.

bottom of page