Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 534 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 534 Bytes

sokoban

Simple console sokoban project made in class

About half of the work was done by my co-worker.

Dependancies

Python >= 3.4 colorama and pygame modules installed

How to play

To play the game in graphic mode: python sokographics.py

To play in console mode: python sokoconsole.py

In main menu, use [up]/[down] arrow to select entry, [return] to select and [left]/[right] arrows to play a different puzzle among the unlocked ones.

In game, move player with arrow keys and cycle through skins with [s] key.