Back with another question concerning my RPG. I had the idea to do a multi-dimensional array to represent a map, with each element in the array being it's own square, Depending on where you are, you can move in any of the 4 directions, unless you are on an edge. Also, I wanted to have specific squares represent towns and such.
The only problem is I'm not very good with arrays. I can initialize it, but that's about it. I just need some suggestions to get me going in the right direction.