https://github.com/risto-stevcev/pysokoban
:space_invader: A highly customizable sokoban implementation using Python's tkinter.
https://github.com/risto-stevcev/pysokoban
game python sokoban
Last synced: 8 months ago
JSON representation
:space_invader: A highly customizable sokoban implementation using Python's tkinter.
- Host: GitHub
- URL: https://github.com/risto-stevcev/pysokoban
- Owner: Risto-Stevcev
- License: bsd-2-clause
- Created: 2014-02-26T09:27:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-15T06:20:58.000Z (over 11 years ago)
- Last Synced: 2025-02-05T04:06:06.547Z (8 months ago)
- Topics: game, python, sokoban
- Language: Python
- Homepage: https://pypi.python.org/pypi/pysokoban/
- Size: 203 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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+
| TkinterUsage
=====**Installing it using pip:**
#. Run ``pip install --user pysokoban``
#. Run ``pysokoban`` to
play!**Installing it from the Git repository:**
#. Clone the repository.
#. Run ``python setup.py sdist`` from the project directory to create a
source distribution.#. Run ``pip install --user pysokoban*.tar.gz`` from the new ``dist/``
directory to install the package.#. 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:
#. Clone or pull the repository for the latest version.
#. Recreate the source distribution using the steps above.
#. 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... _repository: https://pypi.python.org/pypi/pysokoban/