Skip to main content

A highly customizable sokoban implementation using Python's tkinter.

Project description

PySokoban

A highly customizable sokoban implementation using Python’s tkinter.
View the package in the PyPI repository for documentation and an easy Win32 installation.

Requirements

Python 2+
Tkinter

Usage

Installing it using pip:

  1. Run pip install --user pysokoban

  2. Run pysokoban to play!

Installing it from the Git repository:

  1. Clone the repository.

  2. Run python setup.py sdist from the project directory to create a source distribution.

  3. Run pip install --user pysokoban*.tar.gz from the new dist/ directory to install the package.

  4. Run pysokoban or python -c "import pysokoban.sokoban as skb; skb.main()" to play!

  • Or just run python sokoban.py from the project directory without installing the package.

To update the version:

  1. Clone or pull the repository for the latest version.

  2. Recreate the source distribution using the steps above.

  3. Run pip upgrade pysokoban*.tar.gz from the dist/ directory to upgrade the package.

To uninstall, run pip uninstall pysokoban.
You can modify the graphics used by replacing the images in the images folder.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysokoban-1.1.tar.gz (7.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page