Pygame Tutorial

Pygame Tutorial

Pygame is a popular Python library used for developing video games. It is free, open source and cross-platform wrapper around Simple DirectMedia Library (SDL). Abstraction of SDL functions provided by Pygame makes development of multi-media applications using Python very easy.

Audience

This tutorial is designed for software programmers who want to develop video games using Python Programming language.

Prerequisites

Before proceeding with this tutorial, you need a basic knowledge on Python Programming language, and an understanding of the game that is to be developed is also essential.

Advertisements