Skip to content

Mohamed-Amine25/AI-Pathfinding-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PATHFINDING ALGORITHMS COMPARISON

Summary :

In this project, I will be reproducing the pathfinding project of @SebLague and experiment different search algorithms (A*, DFS, BFS, UCS) and heuristic strategies assuming these all have the same cost in all directions and A* with different heuristics. While running this project using unity, you can see different paths found by each strategy simultaneously with different colours and the total time it takes each strategy.

AI Pathfinding Algorithm

Screenshots

References :

Sebastian Lague Youtube channel: https://www.youtube.com/watch?v=-L-WgKMFuhE&list=PLFt_AvWsXl0cq5Umv3pMC9SPnKjfp9eGW
Github course code: https://github.com/SebLague/Pathfinding

About

Intro To AI Course Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages