To run this project, you will need to install additional dependencies using easy_install.
Right-click on the Python environment and select Install Python Package.
In the combo box, select easy_install. In the text box, type the full path to the pygame executable, in double-quotes.
If you get an error installing pygame, you can try installing from the command line from your environment's python.exe folder:
python.exe -m easy_install "path to pygame exe"