Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 423 Bytes

File metadata and controls

6 lines (4 loc) · 423 Bytes

Pathfinding

A simulator for single and multi agent pathfinding.

Uses basic A* search for single agent pathfinding and Cooperative A* for multi-agent pathfinding.

Originally created for the final assignment of the University of Birmingham, School of Computer Science first year module 'LC Robot Programming' where the application of this pathfinding was route planning of robots in a mock-warehouse organisation system.