Search found 1 match
- Tue Oct 03, 2017 10:51 am
- Forum: Support and Development
- Topic: getting neighbors of a hexagon in a hexagon grid?
- Replies: 2
- Views: 2880
getting neighbors of a hexagon in a hexagon grid?
I'm trying to make a game in Love2D that uses a hexagon grid. The problem is, the library I'm using has all the functions I need, except a function that allows me to get the surrounding neighbors of a hexagon. The function IS there, it's just empty (the github page for it hasn't been edited in 3+ ye...