vote up 4 vote down star
1

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)

flag

1 Answer

vote up 5 vote down

(Shameless plug) - a 4-part tutorial that starts here. It builds a non-trivial 2D game-like simulation complete with quite a few features, using a modern version of Pygame.

alt text

(editor comment: In particular, this tutorial covers:

  • the 'centering trick' for smoothing rotation
  • simple animation
  • AI pathfinding (using the A* algorithm)
  • storing a 'grid map' to have obstacles on the game field )
link|flag
Excellent start Eli! – Gregg Lind Oct 24 at 14:03
Great post! Gonna read this when I get home. – mizipzor Dec 4 at 10:35

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.