The “Best Balance” Award


Presented by saluk to:

Kiko The Circus Hero (mutant lightning dog)
The idea for the game was experiment with diferent rope physics: equilibrium, lazoo, launch a hook, etc. Halas, no time for too much physics plus base engine in pygame.
Anyway, Im happy of being at pyweek

Shame on me !!
The screen telling the keys mention 'z' and 'x' for equilibrium when it must read 'z' and 'c'
Linux - Mac slowness problem:
In Linux and Mac the game is running
too slow, theres a one line fix for this:
in kiko/base.py , near the begining, replace the line
time_service = time.clock
with
time_service = time.time