Minimalist - A game by Keeyai 


This is an entry for LudumDare 11. Find out more at http://keeyai.com and http://www.imitationpickles.org/ludum


I decided to take the theme to the next level and make EVERYTHING as minimalistic as I could. So, with that in mind, I wrote the entire game in a single python file and used absolutely no libraries beyond pygame. All the graphics are done with code, and there is no sound and no music. The entire game is about 64KB total. :)


DEPENDENCIES:
Python ( developed on 2.5, not tested on others)  -- http://python.org/download/
Pygame ( developed on 1.8, will probably work on 1.7.x)  -- http://www.pygame.org/download.shtml

TO RUN THE GAME:
It is only one file, so go ahead and click it. Depending on your path, you may have to navigate to the folder in a command browser and run   >>  python minimalist.py       




TOOLS:
IDE - pyscripter
Language - python
Libs - pygame
Version Control - SVN