ニュース

This tutorial shows how to create a simple game with python and pygame. Beyond the game the tutorial teaches Object Oriented Programming concepts.
The idea is that this template is able to be used to start all Pygame projects. Chapter 2 builds upon the code from chapter 1. We add a main character/sprite, and give him the gift of movement using ...
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 ...
Python is an excellent language for rapid application development and prototyping. With Pygame, a wrapper built around SDL, the same can be true for games. In addition, because its built on top of ...