One more thing...

To run this project, you will need to install additional dependencies using easy_install.

Install required packages

  1. Download pygame, available at http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame.
  2. Open Solution Explorer.
  3. Right-click on the Python environment and select Install Python Package.

  4. 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"