I would like to build a simulation engine which can simulate a soccer (association football) match. It would be cool great if you could help me. What is important to me is t
This is the real trick isn't it? Perhaps start to think about which variables players and teams have which could influence the success and probability of an action.
The program flow could look like: 1. Calculate which event happens on basis of the variables and let there some randomness be there too 2. Calculate the success-rate of the event.
I am afraid you will have to do this and the programming most certainly by yourself ;)