A Sokoban game made with python and pygame. Update from original with floor tiles, animation, sound effects, support for more levels.
Also some automated path searching + solving.
To run this game you'll need python3 and pygame installed
To install pygame in your home directory:
pip install -U pygame --user
See https://www.pygame.org/wiki/GettingStarted for more information.
python3 Sokoban.py