I'd like to create a grid-based game so that the structure looks like this:
[attachment=0:3lhgxw9s][/attachment:3lhgxw9s]
So say you have columns labeled as A-D and rows labeled as 1-4. And the user selects something in A3 which gets destroyed. I want to be able to replace the object in A3 now with some other object. Would I do this using an array? Is this considered a 2D array or something else?
Thanks for any help you can provide on this.