Top "Pygame-clock" questions

This tag is for questions about clocks and timing in pygame.

pygame clock.tick() vs framerate in game main loop

Every pygame has a game loop that looks like this: while running: for event in pygame.event.get(): if event.…

python pygame frame-rate pygame-clock pygame-tick
Counting time in pygame

I want to count time in pygame, when an event occurs. Ive read something in the documentation but I dont …

python pygame pygame-clock