Skip to main content

A shortest-path maze solving algorithm for image-based mazes.

Project description

Maze Solver

Created by Tommy Dougiamas

This algorithm finds the shortest path through black and white maze images. It outputs an image with the path marked in green.

Installing

Easy Installation

Check that your python version is >=3.5 with python3 -V. (You might have to use python3.5 or similar). Also make sure that pip is installed with python3 -m pip -V.

To install, simply run python3 -m pip install mazesolver on the command line as root/admin.

You can run the tool using mazesolver.

Install from source

For GNU/Linux:

git clone https://github.com/exciteabletom/mazesolver.git

cd mazesolver

./setup.py build

sudo ./setup.py install

For Windows CMD:

Make sure your prompt has admin permissions.

git clone https://github.com/exciteabletom/mazesolver.git

chdir mazesolver

python3 setup.py build

python3 setup.py install

What are the rules for maze images?

  • Walls marked with black pixels and paths marked with white pixels

  • Walls around the entire maze

  • One entrance on the top row and one exit on the bottom row

If this is confusing, check out some of the example mazes in the pics directory.

How do I use it?

You can use mazesolver --help to get a list of commands.

Make sure that your image meets the specifications above.

Normal usage will look something like this: mazesolver -i path/to/input_img -o path/to/output_dir/

How does the algorithm work?

  • Start at the entrance and label it zero.

  • Move to any neighbouring cells and mark them with 1

  • Move to any of the cells neighbouring the ones marked 1 and label them 2

  • Continue doing this until all cells are marked

  • Start from the exit of the maze and move to any neighbouring cell that == the current cell's number -1. Until we reach 0 (the entrance).

We now have the shortest path from the entrance to the exit!

Licensed under GNU GPLv3

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

mazesolver-1.2.3.post1.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mazesolver-1.2.3.post1-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

File details

Details for the file mazesolver-1.2.3.post1.tar.gz.

File metadata

  • Download URL: mazesolver-1.2.3.post1.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for mazesolver-1.2.3.post1.tar.gz
Algorithm Hash digest
SHA256 8830d3e99f2bd30dc18afa92e868a12ccf59924b63e6552263e1f7dd422faee1
MD5 16976abbe8a15782d66aec371873666d
BLAKE2b-256 97cdb82644f787e87fcd96d4deb7dbc8ada7d76bbe3c998e5cd82fd9fdd4ab5d

See more details on using hashes here.

File details

Details for the file mazesolver-1.2.3.post1-py3-none-any.whl.

File metadata

  • Download URL: mazesolver-1.2.3.post1-py3-none-any.whl
  • Upload date:
  • Size: 20.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for mazesolver-1.2.3.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 39f3251840b4e53141a6e860ad422e76461746bb57d706653bc743493c996cbd
MD5 5be4b1d9a63da41ddd9097c5a764d74b
BLAKE2b-256 61aded09c1d1ca1cb58ef0f9ac19919216ef1209aac514c7e58562906faea041

See more details on using hashes here.

Supported by

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