A-Star-Pathing
Pathfinder
A pathfinding algorithm designed for 2D games with obstacles mapped to rectangular cells.
A library for A* pathfinding. Written for easy integration and plug-and-play
7 stars
1 watching
0 forks
Language: Game Maker Language
last commit: almost 4 years ago
Linked from 1 awesome list
algorithmsartificial-intelligenceenginegraphpathfindingpathfinding-algorithm
Related projects:
Repository | Description | Stars |
---|---|---|
dev1an/a-star | An implementation of the A* pathfinding algorithm | 39 |
kevhiggins/a-star_pathfinder | A flexible A"* search algorithm-based pathfinding interface for tile-based maps. | 3 |
glorifiedpig/luafinding | An A"* pathfinding algorithm implemented in Lua for the Love2D game development framework. | 34 |
felselva/uastar | A minimal implementation of the A* pathfinding algorithm in C, suitable for small maps. | 127 |
yonaba/jumper | A lightweight pathfinding library for grid-based games | 620 |
tomnewton/as3astar | A fast and efficient algorithm for finding the shortest path in a grid-based environment using ActionScript 3 | 21 |
wkhere/eastar | An algorithm for finding the shortest path in a graph | 32 |
micuurloon/adventurepathfinding | Implementation of an efficient 2D pathfinding algorithm for a point and click adventure game | 32 |
prettymuchbryce/easystarjs | An asynchronous A* pathfinding API written in Javascript. | 1,897 |
hypersurge/pathfinder | A pathfinding library for generating efficient routes on a grid or map | 27 |
gmclan-org/dijkstra-graph | A pathfinding solution in GameMaker that uses Dijkstra's algorithm to find the shortest path between two points in a weighted graph | 4 |
matejsloboda/dijkstra_map_for_godot | A pathfinding node for the Godot game engine that enables efficient computation of shortest paths in large graphs | 78 |
mikewesthad/navmesh | A plugin for fast pathfinding using navigation meshes in game engines. | 356 |
ruddle/rustfield | An algorithm to efficiently compute paths for multiple agents in a grid-based environment | 12 |
wanghuohuo0716/hybrid_a_star | Represents a MATLAB implementation of the A"* algorithm, used in path planning and navigation. | 293 |