PyGame

I’ve installed PyGame, but cant figure out how to use it.
How does the Python code fit together with PyGame?
How do you get “walk.py” to run?
Green
[email protected]
http://greenlamar.fortunecity.com/index.htm
Everybody wants to Rule the World

“import pygame” usually works for me. What do you want to use it for? It has a lot of functions to assist with your games, especially the sounds.

As for walk.py, I’m not sure what I could say that the documentation won’t.

The pygame websites (http://www.pygame.org) has a section for tutorials in the left navigation bar, there are also some tutorials in the wiki.