I am writing a castle defense game. In the game objects can be places on a 12 x 12 grid. Defensive objects are placed vertically and offensive objects are placed facing horizontally. I need to use a two dimensional array to keep track of where there are objects at any given time. Any ideas?

