hexagonal_pathfinding_astar 0.5.1

A-Star pathfinding algorithm tailored for traversing a bespoke collection of weighted hexagons
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["BlondeBurrito"]
description = "A-Star pathfinding algorithm tailored for traversing a bespoke collection of weighted hexagons"
edition = "2018"
exclude = [".github/**", "justfile"]
keywords = ["pathfinding", "astar", "a-star", "gamedev"]
license = "MIT OR Apache-2.0"
name = "hexagonal_pathfinding_astar"
repository = "https://github.com/BlondeBurrito/hexagonal_pathfinding_astar"
version = "0.5.1"