ImTheTom / labyrinth-Searcher

Fork of a random labyrinth generator. Built a searcher ontop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Labyrinth Searcher

A Maze Generator was forked form https://github.com/ryukinix

Upon that I built search algorithms to find the solution.

They can then witness the path found by the search algorithm by pressing space.

Example

How to use

Start the launcher.py script. Read the help pdf for more help.

Suggested Set up

Try A star graph search with filter actions on a 10 by 14 maze.

About

Fork of a random labyrinth generator. Built a searcher ontop.

License:MIT License


Languages

Language:Python 100.0%