I have an "average number of points" statistic that I can only set at the end of the game.
Can I use that statistics to score the sum, and only divide it at the end of the game?
Does this cause problems if the game ends prematurely (by players quitting)? Are statistics displayed in that situation?
Also, is it OK to store information in statistics that should be hidden from other players? Are the stats only observable at the end of the game?
Can I use that statistics to score the sum, and only divide it at the end of the game?
Does this cause problems if the game ends prematurely (by players quitting)? Are statistics displayed in that situation?
Also, is it OK to store information in statistics that should be hidden from other players? Are the stats only observable at the end of the game?