Skip to content

klugjo/a-star-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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