AdventurePathfinding

Pathfinding algorithm

Implementation of an efficient 2D pathfinding algorithm for a point and click adventure game

Example code of a pathfinding method for 2d point and click adventure game

GitHub

32 stars
3 watching
6 forks
Language: Haxe
last commit: almost 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
albert-dang/a-star-pathing A pathfinding algorithm designed for 2D games with obstacles mapped to rectangular cells. 7
ruddle/rustfield An algorithm to efficiently compute paths for multiple agents in a grid-based environment 12
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
leethomason/micropather A pathfinding and A"* solver written in platform-independent C++. 329
hypersurge/pathfinder A pathfinding library for generating efficient routes on a grid or map 27
yonaba/jumper A lightweight pathfinding library for grid-based games 620
lordmauve/adventurelib A minimal Python library for writing simple text-based adventure games 154
jacobdeichert/wasm-astar A WebAssembly-based A* pathfinding implementation for a maze demo 427
mi-lee/vim-adventures-in-elm An Elm implementation of a Vim-based adventure game with navigation and obstacle mechanics. 35
prettymuchbryce/easystarjs An asynchronous A* pathfinding API written in Javascript. 1,897
wkhere/eastar An algorithm for finding the shortest path in a graph 32
felselva/uastar A minimal implementation of the A* pathfinding algorithm in C, suitable for small maps. 127
beefsack/go-astar An implementation of the A* search algorithm in Go 601
ruebled/path_finder An application that uses FTXUI to display a map and find paths between two points using different algorithms. 10