AtomJon / AStarPathfinding

An c++ pathfinding implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Pathfinding

This is a quick learning project, capable of generating a random obstacle or terrain, in an 2D simulation, and finding a suitable path, using my own implementation.

I named the algorithm, PheromoneAlgorithm, after the inspiration of a feature from ants, where it will avoid previously treadded tiles.

Diagram of current implementation

Pathfinder Flowchart

About

An c++ pathfinding implementation


Languages

Language:C++ 93.7%Language:CMake 2.6%Language:CSS 2.3%Language:JavaScript 0.8%Language:GLSL 0.6%