Skip to content

A project testing different pathfinding techniques and an examination of the performance impacts of each

Notifications You must be signed in to change notification settings

TristanLeclair/Agent-Pathfinding

Repository files navigation

Pathfinding project in Unity

This project is an exploration of pathfinding algorithms in Unity. The game is a simulation of multiple agents moving around a map, trying to reach their destination. The agents are controlled by the A* algorithm, which is implemented in C#. The agents are opposed by chairs running their own pathfinding algorithm. The chairs are controlled by a simple algorithm that tries to move towards the player.

Analysis of the pathfinding algorithms

I ran a performance analysis of the algorithms by measuring FPS data while the game was running. The results are discussed in the report

About

A project testing different pathfinding techniques and an examination of the performance impacts of each

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published