Different 'only one per tile' method

I went the entire wrong direction on this. Went back to my old ‘C’ programming days, and decided to use an array [5][7] to store 0/1 if a defender has been placed there. then bool isTileOccupied() would allow the placement or not of a defender. Most likely a longer approach.

1 Like

Privacy & Terms