unblockme
A Python package that solves unblockme puzzles for you
To install:
pip install unblockme
Example puzzle:
Example State Representation:
- each block is represented by a letter
- the Red target block is represented by an X
state = '''
AAAB
CDDBEE
CXXB F
C GHHF
G IF
JJJ I
'''
Example Usage:
from unblockme import unblockme
state = '''
AAAB
CDDBEE
CXXB F
C GHHF
G IF
JJJ I
'''
unblockme(state)
# watch the solution get animated in front of you
Release files for unblockme 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| unblockme-0.0.3.tar.gz | 32.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| unblockme-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.3 kB
Release files / unblockme-0.0.3.tar.gz
| Download URL | unblockme-0.0.3.tar.gz |
|---|---|
| Size | 32.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b57e089fecf62b557c30057f721b3a16cf8a15f393dd4737fcad5f03be1a92e0
|
|
BLAKE2b-256 checksum How to use checksums |
23453e39d1ee5839d801a6d51af62ed2f5d60821733e88b7b45fb28ff170b500
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|
Release files / unblockme-0.0.3-py3-none-any.whl
| Download URL | unblockme-0.0.3-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9490eef51ba77ee691b331b3c84f2e40c87975a6973f83f991b9db764a3f43f9
|
|
BLAKE2b-256 checksum How to use checksums |
31981ddb6db6c56c86914f3529d1cf5099b1b438105c8ee26f0700d1f03112cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|