The “Best Balance” Award

Presented by saluk to:
| mutant lightning dog (mdog) | |
|---|---|
| <img align="left" vspace="5" hspace="5" src="http://img257.imageshack.us/img257/200/mdogaf9.png"> 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.<br> Anyway, Im happy of being at pyweek<br> <br>Shame on me !!<br> The screen telling the keys mention 'z' and 'x' for equilibrium when it must read 'z' and 'c'<br> <pre> Linux - Mac slowness problem:<br> In Linux and Mac the game is running <br>too slow, theres a one line fix for this:<br> in kiko/base.py , near the begining, replace the line<br> time_service = time.clock<br> with<br> time_service = time.time<br> </pre> | |
