pathfinding topic

List pathfinding repositories

snake_pathfinding_ai

34
Stars
16
Forks
Watchers

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

Pathfinder

15
Stars
3
Forks
Watchers

Swift implementation of A*, BFS, and Dijkstra's algorithm for finding the cheapest path, or navigating a maze.

grid_pathfinding

19
Stars
1
Forks
Watchers

Pathfinding on grids using jumping point search and connected components.

SceneKit-Pathfinder

30
Stars
2
Forks
Watchers

The included playground is a SceneKit (3D) version of Apple's "Pathfinder" demo, which was originally developed using SpriteKit (2D)

blendersim

17
Stars
5
Forks
Watchers

Multi-agent robot simulator created with Blender.

PyAlgo-Tree

30
Stars
43
Forks
Watchers

👍This project aims to be a finest hub of various data structures and algorithms using python. Feel free to contribute and show your support by ✨ this repository.

snake

16
Stars
2
Forks
Watchers

🐍 WebGL self-playing snake game

3D-Pathfinding-Visualizer

37
Stars
14
Forks
Watchers

This is a three dimensional pathfinding algorithm visualizer project.

constellation-js

21
Stars
5
Forks
Watchers

A grid geometry toolkit for A* pathfinding and 2D sprite motion.