I'm making a grid game, and one the things I'm having trouble with is how to approach an array of custom objects.
So say we have an array called boardArray, and we want to fill it with objects of type Block ( custom class subclassing CCSprite). How would you approach this?