pathfinding-algorithm topic

List pathfinding-algorithm repositories

A-Star

38
Stars
10
Forks
Watchers

A* pathfinding library in Swift.

Pathfinding-Visualizer

28
Stars
10
Forks
Watchers

🎯 VanillaJS pathfinding visualizer using bunch of different shortest-path algorithms (A*, DFS, BFS, ...etc.)

hexagonal_pathfinding_astar

19
Stars
1
Forks
Watchers

An implementation of the A-Star pathfinding algorithm tailored for traversing a bespoke collection of weighted hexagons. It's intended to calculate the most optimal path to a target hexagon where you...

c_games

32
Stars
14
Forks
Watchers

[Some C games] Some simple games written in C language.

pibt2

44
Stars
19
Forks
Watchers

Priority Inheritance with Backtracking for Iterative Multi-agent Path Finding (AIJ-22)

snake_pathfinding_ai

34
Stars
16
Forks
Watchers

AI plays snake game using BFS (Breadth-First Search) algorithm.

puzzl

37
Stars
0
Forks
Watchers

:game_die: An intelligent version of the sliding-puzzle game for your terminal built in golang

extremitypathfinder

39
Stars
12
Forks
Watchers

python package for fast shortest path computation on 2D polygon or grid maps

pathFinderVisualizer

34
Stars
12
Forks
Watchers

A react Application Used to visualize classical path finding algorithms like BFS, DFS, Dikstra's, A-star