#Map idea
5 messages · Page 1 of 1 (latest)
They're probably using a similar system as what map games are using (eg EU4 in screenshot). There is an individual map of provinces/states/countries/... where each element has a unique color. When detecting a mouseclick, you check what color pixel you're hovered over, and then look up what province/state/country matches the color (using a predefined map/dictionary)
Based on that logic you can display whatever visuals you want
When just showing countries your tiles can just match their borders ofcourse, no need to use a map as subdivided as this one
What's the name of this im gonna look up some tutorials on how to work with this