magomar / maze-solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maze Solver

Very basic maze solver using Dijkstra's algorithm.

The program has a command line interface with one single command:

maze solve <example_id>

Where example_is is an integer in [1,5] which refers to one of the 5 mazes included as example.

Install with

poetry install

About


Languages

Language:Python 100.0%