How do mid-game statistics work?
Posted: 21 July 2021, 07:14
If my title doesn't make any sense, I'll ask the same question a different way:
Hypothetically, let's assume I've made two identical games.
The first game, all statistics are initialised during setup and updated every turn as the game progresses.
The second game, all statistics are initialised right before moving to gameEnd state, setting the final values as the default values.
Of course, depending on the game, one may result in easier code to read for outsiders than the other, but is that the only difference?
How will things be different for the player?
Will the experience of playing with or without statistics initialised change anything?
Is there even a way for a player to know if statistics are initialised yet or not?
Thanks in advance
Hypothetically, let's assume I've made two identical games.
The first game, all statistics are initialised during setup and updated every turn as the game progresses.
The second game, all statistics are initialised right before moving to gameEnd state, setting the final values as the default values.
Of course, depending on the game, one may result in easier code to read for outsiders than the other, but is that the only difference?
How will things be different for the player?
Will the experience of playing with or without statistics initialised change anything?
Is there even a way for a player to know if statistics are initialised yet or not?
Thanks in advance