I have just started work on a sports simulator and Im wondering about some general design tips and wondering do people have any good ideas.
At the moment every minute of the match runs like this:
- Check which team performs event (better team overall more likely)
- Check what type of event: score, wide, save (determined by skills of attack, defence of each team)
- Check what player performs event (determined by probability for each player by skill and position)
This seems to be giving me fairly good results so far and its outputting text files as my match reports. But does any have some other tips or things to add in to help the game improve.