News

From last weeks pygame we are now going to move on to a more featureful demonstration. This lecture is based on the Chimp line by line tutorial found at the pygame site. Thanks to Pete Shinners for ...
What is Pygame? Something that can be tricky for new developers to understand is that programming languages seldom exist in a vacuum. When making an Android app for example, you will not only have ...
I go through the basics of Pygame, and in chapter 1 we make a game template, a blank game that runs...but is basically just a blank window. The idea is that this template is able to be used to start ...
Pygame can be less efficient than other Python frameworks when it comes to rendering graphics or processing game physics. This can lead to slower frame rates and a less smooth gaming experience ...