Binary Solar System Destruction

by balou
Coolness★★★★★★★★★★22%
Destroy planets in a solar system by flinging them into a star.
You control a black hole, and through the force of gravity you can plunge planets into their stars.

Arrow keys to move.

Couldn't get the executable program working, so only have source.

Written in python. Requires pygame to run.

screenshot

Comments9

Rahazan
Rahazan20 Apr 2015, 05:11
How I got the game to run:
First I downloaded the zip of the source from here https://github.com/michaeltopping/LD32/archive/master.zip

Then I had to install pygame, which I could find here http://pygame.org/download.shtml

But, because I had a 64bit version of pygame, it required the 64bit version found here, which I could install using wheel (pip install wheel) http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
I could then run the game by using 'python main.py' in the downloaded folder, hope this helps some of you! :)
--
I achieved a score of 165, it was a bit hard to get an idea whether I was doing well or not. Good job on your first entry!
Jonathan Porta20 Apr 2015, 05:30
Holy LOL at the amount of dependencies needed and yaks to shave to install this. Waiting on a download for step three or four. Now I am committed. I must play this.
Jonathan Porta20 Apr 2015, 05:39
I had to install so many things just to get this game to work that I decided I had to really like it.
Cosmologicon
Cosmologicon21 Apr 2015, 01:09
FYI, anyone on Ubuntu can run it like this:

sudo apt-get install git python-pygame
git clone https://github.com/michaeltopping/LD32.git
cd LD32
python main.py

Not a bad idea, but I feel like I've seen similar things before. I found it was easier to just go on the other side of the sun and pull planet toward the sun from the other side, rather than trying to fling them into the sun. I think it would be funner if players were encouraged to fling them somehow. I got 279.
Smiley
Smiley22 Apr 2015, 06:10
On Mac with Brew installed:

brew install homebrew/python/pygame

export PYTHONPATH=/usr/local/lib/python2.7

python main.py

TeamCalcium23 Apr 2015, 13:09
Liked the concept, the gameplay and graphics were a little too redundant.
frnknstn
frnknstn23 Apr 2015, 22:20
Short, simple fun. Plus, the theme speaks to me :)
Found a bug?
Tell us on Discord