Modern, Non-trivial, Pygame Tutorials?

Posted by Gregg Lind on Stack Overflow See other posts from Stack Overflow or by Gregg Lind
Published on 2009-10-24T05:16:14Z Indexed on 2010/05/01 5:17 UTC
Read the original article Hit count: 299

Filed under:
|
|

What are some 'good', non-trivial Pygame tutorials?

I realize good is relative. As an example, a good one (to me) is the one that describes how to use pygame.camera. It's

  • recent
  • uses a modern PyGame (1.9)
  • non-trivial, in that it shows how to use it the module for a real application.

I'd like to find others. A lot of the ones on the Pygame site are from 1.3 era or earlier!

Info on related projects, like Gloss is welcome as well.

(If your answer is "read the source of some pygame games", please link to the source of particular ones and note what is good about them)

© Stack Overflow or respective owner

Related posts about python

Related posts about pygame