To give you a simple answer keeping tetris game in mind, you have to draw the same sprite again at again in different positions. and not load many sprites for drawing each time. I strongly recommend you to see any simple pc based tetris game first to get an idea on how the manupulate them internally and how they draw it on screen. Also you need to learn how to use resources like images efficiently.