Skip to content

Maze Solver based on A* pathfinding algorithm. Solves a PNG maze and saves the output as a PNG

Notifications You must be signed in to change notification settings

amarpersaud/MazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeSolver

An A* pathfinder for solving a maze. Based on Computerphile video. Takes a PNG representation of the maze, solves it, and saves the solved maze to the output file. The path is colored based on proximity to the end of the maze.

Example mazes come from this repository, featuring code from the computerphile video.

Usage

mazesolver <input> <output>

About

Maze Solver based on A* pathfinding algorithm. Solves a PNG maze and saves the output as a PNG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages