Programming
Pygame
I created the following two Python source files to make starting a PyGame project and using PyGame itself a bit easier and quicker. It also serves as a "Hello World"-style introduction to PyGame and is heavily commented for learning purposes. The template by default displays a graphic for the cursor to show use of cursor and ImageSprite functionality. For it to work properly, the graphic must be downloaded and placed in the same folder as the two Python files.
Other