Hey, I'd like to work with irregular formed geometric shapes like those in of country maps in pygame.
I want to do the following: "Divide" a country map into its states and provinces and make each of them "click-able", where the map could be an image (*.png) or maybe a vector graphic (*.svg). The result should be: A game where to guess and click the name of the state and province on a map. Observations: It would be quite difficult to assign each state/province fixed coordinates as those are irregular geometric shapes. Any ideas, pointers to other projects or suggestions? -- Regards, Kenny Meyer