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.
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!
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.
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.
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!