pathfinding topic
snake_pathfinding_ai
AI plays snake game using BFS (Breadth-First Search) algorithm.
Pathfinder
Swift implementation of A*, BFS, and Dijkstra's algorithm for finding the cheapest path, or navigating a maze.
grid_pathfinding
Pathfinding on grids using jumping point search and connected components.
SceneKit-Pathfinder
The included playground is a SceneKit (3D) version of Apple's "Pathfinder" demo, which was originally developed using SpriteKit (2D)
blendersim
Multi-agent robot simulator created with Blender.
PyAlgo-Tree
👍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.
3D-Pathfinding-Visualizer
This is a three dimensional pathfinding algorithm visualizer project.
constellation-js
A grid geometry toolkit for A* pathfinding and 2D sprite motion.