I'm curious, is it possible to make it so that the arcade will only store a score if it makes it into the top ten? I think if a forum gets to be rather large that it is sort of a waste to store every single score in a game. Let's say it could work like this: The first ten scores are recorded, and then all new scores are checked against them. If the new score is better than a top ten score, the number 10 score could be deleted and the new score could be placed in the appropriate ranking.
I don't know much about php, and was just wondering if such a thing is possible.
|