Returns the current frame number. This counter starts at 0 at the beginning of each round and increases by roughly 37 frames per second, depending of the performance of the computer.
if (FrameCounter()>11100) GameOver();
Ends the game if it has been running for more than 5 minutes.