Simple PySDL2 puzzle game.
Application is tested with python version 3.6.7.
git clone https://github.com/fuzzy69/puzzlegame.git
cd puzzlegame/
virtualenv -p /usr/bin/python3 env
. env/bin/activate
pip install -r requirements.txt
Run game with:
python main.py