Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

phume03/Mazes

Repository files navigation

Build a Maze Solver in Python Using Graphs

This is the code for the Real Python tutorial Build a Maze Solver in Python Using Graphs.

Installation

The code requires Python 3.10 or later and depends on the NetworkX library. You can install the project into an active virtual environment by issuing the following command from the project root folder:

(venv) $ python -m pip install .

For development, consider installing the code in editable mode:

(venv) $ python -m pip install --editable .

Running

To run the maze solver, use the solve command and provide the path to a maze file:

$ solve /path/to/labyrinth.maze

Alternatively, you can use the more explicit yet equivalent command:

$ python -m maze_solver /path/to/labyrinth.maze

If the command succeeds, then you should see either a rendered solution in your default web browser or a relevant error message in the console.

About

Python Maze Solver

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /