Skip to content

adriang133/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A visual maze solver

A maze solver written in react. The input format is stolen from Escape the maze:

' ' is some walkable space

'#' is a wall

'^', '<', 'v' or '>' is your position and orientation in the maze; up, left, down, right respectively

Running

Make sure you have Node.js installed and run

npm install && npm start

About

A visual maze solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published