(Dijkstra) Path Finding Algorithm Maze

Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime mollitia, molestiae quas vel sint commodi repudiandae consequuntur

About

This project was for a tech interview to demonstrate a path finding algorithm with REACT_JS for a tech interview. Requirements: (1) A map could be any size, you can pre-define it or require user input. Place random obstacles on the map. (2) Place a meeple on lower left, generate the path that will lead this char to the upper right of the map. (3) Animate the meeple walking from start to end. (4) Build your own path algorithm. (5) Use REACT_JS. (6) Write a few spec tests. (7) Live site with URL. The project was completed in under 8 hours.

Technologies

React.js

Website

https://dijkstra-path-finding-algorithm.camcobb.com

Source Code

https://github.com/corncobb/path-algo-submission