A soccer tournament system with points that generates random results for each match and defines a winner
This project was made for a challenge made by a selective employment process.
Develop a running point soccers tournament system where everyone clubs face each other in two shifts. This system should have the following features:
- Read a TextArea containing a list of teams and their respective region separated by “;”
- Display the match combination for all teams on the screen, indicating the city of the game, round trip, etc;
- Display the combination of return games on the screen, inverting the order of each game of the first round;
- Generate a random result for each game generated in the turn and return;
- Determine the champion, considering: Victory = 3 points; Draw = 1 point;
- Flag matches with the text "Double Round" when there are two games in the same city in the same round;