""" Use sprites to collect blocks.
Created From Sample Python/Pygame Programs Simpson College Computer Science http://programarcadegames.com/ http://simpson.edu/computer-science/
This example shows how to create a screen of black blocks, and collect them using a red block controlled by the mouse as shown in Figure 13.1. The program keeps “score” on how many blocks have been collected.