Tagged Questions
11
votes
6answers
2k views
How can I implement hexagonal tilemap picking in XNA?
I have a hexagon tiled map in which i need to check when a hexagon is clicked. The hexagons aren't actually touching, rather they have a slight gap in between each of them.
Does anyone know how I ...