ニュース

Using a simple Space Invaders -type game, I present what I feel are the fundamentals of Pygame. The first step in creating our game is to import Pygame and the other modules we need: ...
In this video I add on to the game we started creating in the first video of this series. I show you how to create boundaries so that your character cannot move off of the screen and then I show ...