Search found 21 matches

by josip
Tue Oct 03, 2017 2:19 pm
Forum: Support and Development
Topic: getting neighbors of a hexagon in a hexagon grid?
Replies: 2
Views: 2783

Re: getting neighbors of a hexagon in a hexagon grid?

The code lib you have was actually derived from tutorial that grump referenced. I have also used same reference material to implement my hex grid, but I wrote just the stuff I needed. To answer your question, I implemented neighbors by manually creating the table with (q, r) coordinates of all six n...