Skip to content

SamChatfield/Pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.