Ten Second Balls by irl
You're a person (blue ball) trapped in a maze that needs to reach the escape (yellow ball). Unfortunately, sometimes you need something to stand on and all that's available are a series of bombs (purple balls). As soon as you touch a bomb for the first time, it will active (red balls) and you'll have 10 seconds to get your use out of it and get away before it blows.
Note: Currently, there's no damage to the player from being near an exploded bomb. Time ran out before this could be developed.
Information screens can be dismissed by the space bar. For everything else, use WASD. Make your way to the yellow ball to win.
It is possible to put yourself into an unwinnable situation. Just to frustrate you futher when this happens, you will have to restart the game.
Enjoy :)
Note: Currently, there's no damage to the player from being near an exploded bomb. Time ran out before this could be developed.
Information screens can be dismissed by the space bar. For everything else, use WASD. Make your way to the yellow ball to win.
It is possible to put yourself into an unwinnable situation. Just to frustrate you futher when this happens, you will have to restart the game.
Enjoy :)
Ratings
| Coolness | 28% | 1640 |
| Overall | 1.88 | 1188 |
| Audio | 1.87 | 844 |
| Fun | 1.69 | 1175 |
| Graphics | 1.31 | 1192 |
| Innovation | 1.75 | 1178 |
| Theme | 1.88 | 1157 |
sudo apt-get install python27 python-pygame python-pip
sudo pip install pymunk
git clone https://github.com/irl/ten-second-balls.git
cd ten-second-balls
python main.py
I'll look into building a Windows exe just now.
Loading chipmunk for Linux (64bit) [/usr/local/lib/python2.7/dist-packages/pymunk/libchipmunk64.so]
Traceback (most recent call last):
File "main.py", line 23, in <module>
from universe import Universe
File "/media/*****/******/*****/*****/Downloads/ten-second-balls-master/universe.py", line 24, in <module>
from pymunk.pygame_util import draw_space
ImportError: cannot import name draw_space