Clocks are used to track and control the framerate
of a game. You create the objects with the time.Clock()
function. The clock can be used to limit the framerate
of a game, as well as track the time used per frame.
Use the pygame.time.Clock() function to create new Clock
objects.