hexagonal_pathfinding_astar 0.8.0

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
13
14
[dependencies]

[package]
authors = ["BlondeBurrito"]
description = "A-Star pathfinding algorithm tailored for traversing a bespoke collection of weighted hexagons"
edition = "2021"
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"
resolver = "2"
rust-version = "1.56.0"
version = "0.8.0"