Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 990 Bytes

File metadata and controls

12 lines (7 loc) · 990 Bytes

PathfindingAndAI

Pathfinding and Behavioral AI that I worked on for my Game Design Capstone Project, Dirty Work. I should note, there are a lot more systems that rely on the Pathfinding and Behavior AI that I have been working on for this project, but much of that work does not enhance the Pathfinding and Behavior work shown here as it is primarily related to either enemy spawning or systems that I was not the main contributor for.

Essentially, this only scratches the surface of what is going on in Dirty Work, but the rest will stay in a private repository since it is work either I or my teammates would prefer to keep private.

External References and Packages used in Project:

Priority Queue for C# from BlueRaja: https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp

NuGet for Unity from GlitchEnzo: https://github.com/GlitchEnzo/NuGetForUnity

Introdcution to A* Algorithm from Red Blob Games: https://www.redblobgames.com/pathfinding/a-star/introduction.html