Write a program that will simulate a sports tournament.
Supports different type of sports with different type of rules for each sport.
Examples:
- Football Tournament
- UFC Tournament
- Ping Pong Tournament
The program will print out the result of the tournament ( position of each team / player)
The rules of each game are abstract. You can use w/e you want as an algorithm to decide which team / player win each match.
Example Tournament of UFC:
- 16 players
- 1-1 games with single elimination
- Print the ranking of each player on the end
Example Tournament of Football:
- 16 teams
- winners / losers bracket