I have a simple racing game, the time taken to complete the course is recorded in a highscore table.
I use getTimer to calculate the difference in milliseconds since the start and finish of the race.
My question is; would the time the users get depend on their computer's speed? If their...