This website requires JavaScript.
Explore
Help
Register
Sign In
MayaTheShy
/
remoteturtle
Watch
1
Star
0
Fork
0
You've already forked remoteturtle
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6da90fc560035519cb35e99fa882de0bee685dca
remoteturtle
/
server
/
pathfinding
History
MayaTheShy
6da90fc560
feat: Add pathfinding module exports for Point, Node, PriorityQueue, and DStarLite
2026-02-20 01:40:53 -05:00
..
DStarLite.js
feat: Implement D* Lite pathfinding algorithm with node management and dynamic replanning
2026-02-20 01:40:48 -05:00
index.js
feat: Add pathfinding module exports for Point, Node, PriorityQueue, and DStarLite
2026-02-20 01:40:53 -05:00
Node.js
feat: Implement Node class for D* Lite pathfinding algorithm with traversal cost calculation
2026-02-20 01:40:32 -05:00
Point.js
feat: Add Point class to represent 3D coordinates with distance calculations and neighbor retrieval
2026-02-20 01:40:39 -05:00