Entry for the Ludum Dare game programming challenge. An adaptation of the classic Robotron arcade game, where the main character is programmable. Written in Python using the PyGame framework.
Install pygame
:
$ sudo apt-get install python-pygame
Start the game using python 2.x
:
$ python main.py