Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 504 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 504 Bytes

A-star Pathfinding Demo - React and TypeScript

React App that implements and demonstrates the A-Star pathfinding algorithm

Check out the Demo here

Run the app

$ npm start

Run tests

$ npm t

Features

  • Editable Canvas to create your own obstacle patterns
  • 4 presets to play with
  • Visual representation of optimal path and nodes that were computed

Libraries Used

  • React
  • Create React App
  • TypeScript
  • Lodash
  • Redux