Skip to content

Appeltabak/Supyplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Supyplex

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.

Installation

This game uses Python 2.7.x. Install all dependecies in an virtualenv:

virtualenv .env/
source .env/bin/activate
pip install -r requirements.txt

Usage

Run it by:

./supyplex.py

ToDo

Everything, except writing [README.md].

About

A clone from the classis Supaplex game created in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published