Pygame is a cross-platform game library written in Python. It is the most used library to write games using Python. This tutorial aims to get you started using the Pygame library. After finishing this tutorial you will be able to craft simple Pygame applications, and will be in position of understanding complex Pygame applications written by others.
Tag Archives: game programming
Game Programming with Python and PyGame – Making Breakout
Posted by lefam on April 14, 2011
4 comments | 6,691 views
Python and Pygame are simple yet powerful tools that make up a great combination for rapid game development. This tutorial will guide you step by step in using these two tools to make the classic Breakout game.
Game Programming with JavaScript, HTML and CSS: keyboard input
Posted by lefam on April 9, 2011
None comments | 999 views
In the last tutorial we covered the concept of the game loop and applied it to make a simple animation. Drawing upon the code of the last tutorial, we will add a box that we will be controlled using the …
Game Programming with JavaScript, HTML and CSS: Introduction
Posted by lefam on April 7, 2011
None comments | 1,340 views
This is the first part of a series of tutorials that aim to teach you how to make games with JavaScript, HTML and CSS. In this tutorial you will learn the concept of the Game Loop and will apply this …
