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 loop
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 …
