A downloadable game for Windows, macOS, and Linux

It works now.

Made for Summer Jam 2014 and my first completed game. It's made using python/pygame. Simple concept, the code is a mess, but it's complete.

You play as some guy in an idea processing plant. light bulbs with sticky notes go by on conveyor belts and you have to remove them. 

Download

Download
lightbulbisonlyanidea.zip 4 MB

Install instructions

In order to play this game, you must have python 2.7.8 and pygame 1.9 installed.

Python Download or "apt-get install python2.7"

Pygame Download or "apt-get install python-pygame"

Once downloaded, extract the files onto computer and use python to run game.py.

Unix/Linux Command: python game.py

Windows (C:/Python27): python game.py

MacOSX 10.9 users may have problems installing pygame.