Another newbie question.
I need to store the results of each race in my game. Each race/level has 3 rounds and the average of your 3 rounds determines your overall result for each race/level. I am thinking about storing each round's results in an array in NSUserDefaults and then somehow looping through it to average each player's result. Can anyone recommend a better plan to take? I am using NSUserDefaults to store other common stuff but I wasn't sure if this was over complicating it.