I was looking for a faster way to blit multiple objects in pygame than the traditional blitting method, in which you have an array or list, and you use a for loop to go and insert each image at its position.
Maybe there is a way of blitting the whole array at once, without having to go value by value throughout the whole array?
Thanks for the ideas and help!