Supyplex is a Python clone of famous video game Supaplex. The original game was created in 1991 by Philip Jespersen en Micheal Stopp. This clone is more a project to learn from rather than being a full working clone.
This game uses Python 2.7.x. Install all dependecies in an virtualenv:
virtualenv .env/
source .env/bin/activate
pip install -r requirements.txt
Run it by:
./supyplex.py
Everything, except writing [README.md].