Toggle navigation
Latest Activity
Current Challenge
Previous Challenges
Games
Discussion
Rules
Log in
Help
March 2026
: Judging ends in 12 days, 18 hours and 59 minutes
If the Robots In Saucers runs slow...
Srekel
on 2008/04/07 18:33 of
Robots In Saucers
It's (to some extent) due to a bug in pyglet, but it's easy to fix.
Open lib/MainGameGui.py and add this line at the bottom of the __init__ function:
self.font= pyglet.font.load("arial")