Hello !
I have to draw a grid with many little sprites ; yet I have a question : would it be better to have only a few sprites (one for each kind of cell) and move & draw them repeatedly, or to have many sprites (one for each cell) and change their image each time, or to have many many many sprites (one for each kind of cell for each cell) and just choose wich one to draw ?
Thanks !
EDIT : the grid would not have to move, it's just a game board.