Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 409 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 409 Bytes

Unity-Pathfinding

Pathfinding algorithm visualizer implemented in the Unity game engine

Implements 4 Algorithms

  • A* Pathfinding
  • Greedy Breadth First Search Pathfinding
  • Dijkstra Pathfinding
  • A recursive maze generating algorithm

Features a editable map

  • Buildable walls for pathfinding algorithms to navigate
  • Set starting and end positions for pathfinding algorithms

Built in Unity 2D