A highly customizable sokoban implementation using Python's tkinter.
Project description
PySokoban
Requirements
Usage
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pysokoban-1.1.tar.gz
.
File metadata
- Download URL: pysokoban-1.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 074f0f781ff0cce7beaf85267ed56ccbb5f687d1584dda0116ccb9057d774a19 |
|
MD5 | 787e76589360a45882f676d939c5aebc |
|
BLAKE2b-256 | 8fdb5c42ce6fdfb32f106069f0696836d311edfb9983c0bb454fd40998b7c8e7 |