Saving a single highscore
Basically I want to have an app check to see if the current score is greater than the high score and if it is record it somehow, the plan was to write it to a text file in a similar way C++ does but it appears there isn't anything like that. I've been looking around and I can't find something simple like this. Am I overcomplicating this? I'm not asking for code handout but maybe a push in the right direction.
|