How the dynamics of a sports simulation game works?
问题 I would like to create a baseball simulation game. Are these sports management games based on luck? A management game entirely based on luck is not fair, but it cannot be too predictable either. How does the logic behind these games work? 回答1: As you have already figured out, the core component of such games is the match simulation engine. As Spence said so, you want that simulation to "look right" rather than to "be right". I worked on a rugby game simulation some time ago and there's an