mrdavenguyen / Crossword

2 stars 0 forks source link

[Crossword class] Implement a timed retry for when crossword generation is taking too long #25

Open mrdavenguyen opened 2 months ago

mrdavenguyen commented 2 months ago

5 second limit.

Use pygame.time.get_ticks() or the delta of two different time.time calls (start and current).