What are some strategies for selecting tiles in a hexagonal grid system.
I am using a canvas based approach for making the 2D view. The problem I am facing is in selection of tiles. When I click I get x and y coordinates. How do I know which tile contains those points?