Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi! I'm curious, what is your way to store and access hexs in your map grid? Abd why did you choose this approach? 


I know that there are a few different approaches to storing hexs. And I want to research this theme a little deeper.

Hi! I used what this site calls "offset coordinates." I didn't have any references, and started by trying to work out the problem myself. Squishing a cartesian coordinate grid with every second row making up the next offset column, felt like the most workable solution, and after my initial implementation, I went hunting for alternatives to see if there were ways that might be a better fit for me/Hive Time. In the end, I was happy with what I had and stuck with it.