If the Robots In Saucers runs slow...

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")