flatland-pathfinding 0.2.36

Shared grid A* pathfinding for Flatland3 clients and sim
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "flatland-pathfinding"
description = "Shared grid A* pathfinding for Flatland3 clients and sim"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
readme = "README.md"
keywords = ["game", "pathfinding", "astar"]
categories = ["game-development", "algorithms"]

[dependencies]
flatland-protocol.workspace = true