Dark Castle
This is a 2D, single player RPG, where a knight is exploring a fallen castle to find the evil king. There will be various enemies that can react in small ways to the actions of the player and a boss fight that will be tied to player actions.
Julian Stone, Alex Bahner, Quinn Kelley
Pygame:
$ apt-get build-dep python-pygame
$ apt-get install mercurial python-dev python-numpy ffmpeg libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev
libsmpeg-dev libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev
$ pip install pygame
Move into the "master" directory: $ cd master Then run the main game code: $ python3 game.py