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
32 stars
3 watching
6 forks
Language: Haxe
last commit: over 7 years ago
Linked from 1 awesome list
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 | An A">*</span> search algorithm implementation for pathfinding in tile-based maps. | 3 |
glorifiedpig/luafinding | An A"* pathfinding algorithm implemented in Lua for the Love2D game development framework. | 33 |
leethomason/micropather | A pathfinding and A"* solver written in platform-independent C++. | 326 |
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 | 617 |
lordmauve/adventurelib | A minimal Python library for writing simple text-based adventure games | 153 |
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. | 34 |
prettymuchbryce/easystarjs | An asynchronous A* pathfinding API written in Javascript. | 1,893 |
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. | 112 |
beefsack/go-astar | An implementation of the A* search algorithm in Go | 600 |
ruebled/path_finder | An application that uses FTXUI to display a map and find paths between two points using different algorithms. | 9 |