ManevilleF / hexx

Hexagonal tools lib in rust
Apache License 2.0
276 stars 22 forks source link

Wrap-around map #175

Closed f-hoenix closed 2 weeks ago

f-hoenix commented 2 weeks ago

Hello! I see you've added the concept of maps to the crate with the HexagonalMap structure! Any plan to add support for wrap-around maps? Hexagonal maps where the left-most tiles are adjacent to the right-most tiles (Or top and bottom)

ManevilleF commented 2 weeks ago

The concept already exists, and there is a dedicated example to showcase the feature. Is there something missing for your usage?

f-hoenix commented 2 weeks ago

Nice! I didn't remember it existed and didn't look again 🤦‍♂️