Skip to content

jestersoftware/maze-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver

Table of Contents

How To Run Maze Solver

npm install

npm run jesse

Go to localhost:9000 in your browser

Follow on-screen instructions

Cheers!

- Jesse

Notes

  • Maze upload input is not validated. Please make sure uploaded mazes are properly formatted (like the 3 samples), and that maze names are simple and unique.
  • The MazeService is intentionally isomorphic.
  • Mazes are solved either with the Solve Maze button, which displays an animation, or with the Upload Maze button, which solves the maze on the server, but does not show an animation, until you use the Solve Maze button on the uploaded. I thought about implementing sockets but sadly ran out of time.

About

Implementation of a maze exercise for an interview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published