Posted: 7th Sep 2011 0:37
How would I make a map array and implement it?

I've tried a few things.
Posted: 7th Sep 2011 10:29
What have you tried, and what are you trying to achieve?

Easiest way would be a 2 dimensional array, and then set the value of each element to represent a tile which you then render on screen.