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
Make sure you have Node.js installed and run
npm install && npm start