Skip to content
forked from Gemkodor/sokoban

A Sokoban game made with python and pygame

Notifications You must be signed in to change notification settings

fbouchez/sokoban

 
 

Repository files navigation

Sokoban

A Sokoban game made with python and pygame. Update from original with floor tiles, animation, sound effects, support for more levels.

START_CUT

Also some automated path searching + solving.

END_CUT

Build and Install

Dependencies

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.

How to run

python3 Sokoban.py

Original source

https://github.com/Gemkodor/sokoban.git

About

A Sokoban game made with python and pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.8%
  • Makefile 4.2%