Skip to content

kfarnung/PathfindingBasics

 
 

Repository files navigation

PathfindingBasics

This is a Unity project used in my series on pathfinding at youtube.com/user/TheHappieCat!

This includes implementations of BFS, DFS, Dijkstra's, A* (Manhattan and Euclidean) where a cube navigates a maze of barriers and obstacles that slow it.

If you want the fill in the blanks BFS/DFS code, clone the first commit.

About

A sample project to practice pathfinding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 69.9%
  • Smalltalk 30.1%