Think Green by kalgynirae

[raw]
made by kalgynirae for LD23 (COMPO)
Think Green is an environmentally-friendly game for Python 2.7 and Pygame. Includes awesome graphics, awesome music, and a very satisfying gameplay.

I'm actually most proud of how the music turned out; it really adds to the graphics to create a nice mood, especially when you die.

You'll need Pygame to run it! If you're on linux, your distribution probably has a package. If you're on Windows or Mac, it's fairly easy to install if you already have Python. See the readme for a few more details.

Feedback

TheSheep
23. Apr 2012 路 16:56 UTC
Nice swinging music and surprisingly fun pushing things around.
Cosmologicon
24. Apr 2012 路 03:31 UTC
Kind of fun. I felt like there wasn't a ton of strategy when there was only one receptor site at a time. I felt like it was close to being a puzzle game but not quite. And yeah, that's some great music!
Raptor85
24. Apr 2012 路 11:33 UTC
crashes when i press space to play
python think-green.py
Traceback (most recent call last):
File "think-green.py", line 341, in <module>
wait_for_continue(clock, grid, pause=200)
File "think-green.py", line 309, in wait_for_continue
"event.key={}".format(event.key))
ValueError: zero length field name in format
馃帳 kalgynirae
24. Apr 2012 路 18:06 UTC
@Raptor85: Ah, I looked at the Python docs and that changed from 2.6 to 2.7. So I guess this game requires Python 2.7. I will update my description accordingly. Thanks for trying!
dr_soda
05. May 2012 路 20:52 UTC
I've thusfar been unable to run pygame, so cannot rate this.
summaky
06. May 2012 路 12:08 UTC
The music is very nice indeed and the game is surprisingly fun despite the simple gameplay, although it lacks strategy somewhat; pushing things around can only take you so far.