Skip to content

🧠 Maze solver using a backtracking algorithm

Notifications You must be signed in to change notification settings

yuredev/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Backtracking Maze Solver

Setup

Compile

yarn build

Compile and run

yarn dev

Run

yarn start

Run passing parameter

yarn start <maze_path.txt>

Compile and run passing parameter

yarn dev <maze_path.txt>

Info

The txt maze files must have a format like this:

#0#####
#0000##
####0##
#0000##
#0#####
#00000#
#####0#

About

🧠 Maze solver using a backtracking algorithm

Resources

Stars

Watchers

Forks