A program to simulate the team management, fixture creation and match scheduling for the football league in Ashesi University. Includes transfers, adding and removing player in various teams while keeping track of team stats on a leaderboard.
The program generates fixtures for the Ashesi League where each team plays the other twice
- To compile the program, navigate to the directory that contains the src files on your computer.
- Run: javac MainDriver.java
- After compiling, run: java MainDriver
All teams and players were hardcoded for demo purposes. As such no input for teams or players would be required by the user as would be ideally.