0
votes
0answers
85 views

Determine how to display a tile based on surrounding tiles [duplicate]

Possible Duplicate: Choose tile based on adjacent tiles I have a game engine which generates maps randomly, set on a 2d grid which is composed of 34px square graphical tiles. These tiles ...