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 Python and PyGame – Making Breakout
Posted by lefam on April 14, 2011
4 comments | 6,691 views
How to Install Python and Pygame
Posted by lefam on April 12, 2011
None comments | 1,919 views
Python is a very powerful yet simple language. One of its advantages is the availability of many libraries. One special library is the Pygame library that is suited to do computer graphics and make games. This tutorial will guide you …
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 …
