FoonLudum Dare ExplorerLD27 → Ten Second Balls

Ten Second Balls

By irl

View on Wayback Machine

CategoryRankScoreCount
Audio8441.87
Theme11571.88
Fun11751.69
Innovation11781.75
Overall11881.88
Graphics11921.31
Coolness164028

Comments

dream-of-sleeping 2013-08-26 15:40

There is no link to play? Or am I missing something.

irl 2013-08-26 16:27

On Linux:

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.

bushmango3 2013-08-26 16:32

Please provide something I can run without installing python...

zedutchgandalf 2013-08-26 16:43

You really should not require people to download and install python, a python library, git, and your source code themselves... :/

irl 2013-08-26 17:03

Ok, a Windows version is now available. I've only just built it and I've never built one before so if someone could tell me if it worked, that'd be great.

ravetcofx 2013-08-26 17:17

I got this error:

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

irl 2013-08-26 17:29

Annoyingly, it seems that the pymunk API has just changed. If you get the draw_space error, replace the two instances of "draw_space" in universe.py with "draw" instead. There's not really much I can do about it as either way it's going to be broken for people.

tainted_code 2013-08-28 16:05

I went through a lot of effort just to get this to run ;) But it was cool, solid entry, good job.

blecta 2013-08-28 16:28

The way you interpret the theme is original. Unfortunately, there's only two levels and graphics are very simple.

almightyzentaco 2013-08-30 00:26

Nice game! It didn't want to close though, not sure why. Keep up the good work.

xaychru04 2013-09-06 09:35

Great game, I liked the concept. Maybe you could have improved the graphics and make it longer. I also had some little collision bugs... But anyway, good job. :)