Languages  >>  Python

pyGame Basics

Language : English Quality : High Has Audio : true Source : showmedo Media : Flash
The aim of these videos is to convey basic pyGame programming knowledge to you     [SUGGEST  A  ARTICLE]

Tags: Python, Programming, Screencast, Showmedo,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • Python - Programming Language
  • Creating a blank window

    This tutorials shows you how to create a simple pyGame program with threading, showing a window that terminates itself after a given time.

    Event handling: A simple user controlled program

    This shows you how to create a quadrat that's controlled by the keyboard input of the user. The videos shows how to handle keyboard events to drive 2D animation.

    Limit the FPS

    This shows you how to limit the frames per second (FPS) in pyGame and how to limit the updates so that users with better graphic cards can play at a reasonable speed.