Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

akhahaha/theseus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theseus

Graphical maze solver

Available Commands

help        Shows help information.     Usage: help [subcommand]
solve       Solves a maze image.        Usage: solve <sourceImageFile.(bmp|png|jpg)> <outputImageFile.(bmp|png|jpg)>
clean       Cleans a maze image.        Usage: clean <sourceImageFile.(bmp|png|jpg)> <outputImageFile.(bmp|png|jpg)>

Notes

  • Default maze solver is "shortest path".
  • Default maze color palette are black walls, red start, blue finish, and green solution, with white as empty space when cleaning.
  • Maze cleaning sets each pixel to the closest palette value.