Game maps with "counties" that are split along lines that aren't necessarily straight

Posted by pm_2 on Game Development See other posts from Game Development or by pm_2
Published on 2012-04-03T12:06:18Z Indexed on 2012/04/03 17:44 UTC
Read the original article Hit count: 224

Filed under:
|
|

I want to create a game environment that supports a 2D map. This is a really basic map, but must be split along lines that are not necessarily straight. So imagine a country with county boundaries. I then want to be able to detect drag / drop events within these counties.

What I'm really looking for here is a pointer to where to start on this (how it has been done before - any existing libraries out there), as I'm sure that what I'm trying to do is not new - although I can't find a beginners guide for this anywhere.

© Game Development or respective owner

Related posts about XNA

Related posts about maps