Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.81 KB

File metadata and controls

23 lines (17 loc) · 1.81 KB

3D Pathfinding Algorithm Visualizer

This web-based application is a 3D visualizer for the A* and BFS graph algorithms. Users can place the starting and ending nodes along with obstacle nodes. In additon to the technologies outlined below, I used ThreeJS for the 3D aspects of the project. I built this project out using CodeSandbox and the live demo can be found HERE.

Technologies Used

HTML5 CSS3 JavaScript React

Screenshots

Blocks are placed on the board Image One

The algorithm process is being shown with the green squares Image Two

Once the end node(red) is found, the path is plotted with the purple blocks Image Three