Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/douglasrizzo/maze_runner


https://github.com/douglasrizzo/maze_runner

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

Maze Runner
===========

A Python script that generates and solves mazes by using BFS, DFS or A*.

Example usage
-------------

Please take a look at `test.py <./test.py>`__ script for an example of
usage.

Breadth-first search
~~~~~~~~~~~~~~~~~~~~

.. figure:: sphinx/bfs.png
:alt: Breadth-first search

Breadth-first search

Depth-first search
~~~~~~~~~~~~~~~~~~

.. figure:: sphinx/dfs.png
:alt: Depth-first search

Depth-first search

A\* search
~~~~~~~~~~

.. figure:: sphinx/h.png
:alt: A\* search

A\* search