Hello all,
Currently am trying to create game editor for strategy game and so far I came up with this just a small part. What I am trying to achieve is nice rounded edges like in some other strategy games that would generate nice transitioned edges even between different type of terrains for now only between water and grass. some example of edge tiles >>
So Map array will hold full tiles (like grass or water) that have special variable (tile placing) that hold if tile is full or edge. I just cannot figure out algorithm that will calculate where to put edges and where dont. Every time I end up in neverending loop Is there some example or tutorial that explains this problem?
Thank you.