albert-dang/A-Star-Pathing
A library for A* pathfinding. Written for easy integration and plug-and-play
This pathfinding library helps game developers efficiently navigate characters or objects in 2.5D games with rectangular, cell-based obstacles. You provide the starting and ending grid coordinates, along with your game's movement grid, and it outputs a stack of waypoints that guide your game instances through the environment. It's designed for developers building games where objects move along a grid.
No commits in the last 6 months.
Use this if you are a game developer implementing character or object movement in a 2.5D game with a grid-based map.
Not ideal if your game uses continuous movement, non-rectangular obstacles, or requires complex n-directional pathfinding beyond easy 4-directional implementation.
Stars
9
Forks
—
Language
Game Maker Language
License
Apache-2.0
Last pushed
Feb 06, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/albert-dang/A-Star-Pathing"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
StevenLyt/mapf-visualizer
A Multi-Agent Path Finding visualization website.
mahdirezaie336/GimmeButter
A servant robot trying to serve as fast as possible using A* algorithm.
Zhuagenborn/Chase-AI
🎮 An artificial intelligence game to demonstrate the A* pathfinding. The enemy will try to get...
thundergolfer/the-general-problem-solver
The General Problem Solver, AI's 'first' algorithm, written in multiple programming languages.
Adamouization/AI-Search-Flight-Route-Planner
:airplane: Flight route planning agent using classic AI search algorithms (A*, Best-First, DFS, BFS).