Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 475 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 475 Bytes

Puzzle Game

About

Simple PySDL2 puzzle game.

Screenshot

Screenshot

Requirements

Application is tested with python version 3.6.7.

Aditional Libraries

Installation

git clone https://github.com/fuzzy69/puzzlegame.git
cd puzzlegame/
virtualenv -p /usr/bin/python3 env
. env/bin/activate
pip install -r requirements.txt

Usage

Run game with:

python main.py