You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contructed a Fantasy soccer league in C++ exploiting the object oriented programming. Each team has players that have personal skill and health, which can vary. Teams can buy and sell players. Matches are simulated through an algorith that takes into account tha overall quality of a team and unpredictable events. Simulation ran at the end.
We contructed a Fantasy soccer league in C++ exploiting the object oriented programming.
Written with Matteo Morabito
About
Contructed a Fantasy soccer league in C++ exploiting the object oriented programming. Each team has players that have personal skill and health, which can vary. Teams can buy and sell players. Matches are simulated through an algorith that takes into account tha overall quality of a team and unpredictable events. Simulation ran at the end.