Skip to main content

A package that solves an unblockme puzzle for you

Project description

unblockme

A Python package that solves unblockme puzzles for you

To install:

pip install unblockme

Example puzzle:

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

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

unblockme-0.0.3.tar.gz (32.8 kB view hashes)

Uploaded Source

Built Distribution

unblockme-0.0.3-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

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