The “Mr. Do Award” Award


Presented by myke 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
Mutant Radioactive Kittens (Mutant Radioactive Kittens)

As expected, I didn't have as much time to work on this as I'd hoped. Here's what is supposed to be the premise:

You have been kidnapped by a mad scientist and must escape his facility. However, his mutant radioactive kittens stand in your way! You must collect bits of string in order to distract the kittens and make your escape. If you have enough string, you can also braid it into rope for climbing down at certain parts.

As it stands, you can pick up string but it can't actually do anything with it. Also, the kittens don't move. Basically, to beat the level, all you have to do is not touch any kittens and get to the door. It is possible to climb up and down existing ropes, however.