[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] more circles



I would also suggest looking at the example programs that are installed with Pygame in pygame\examples. You can run them directly like this:

python -m pygame.examples.aliens

for example. They show how different pygame features work. Also, just look at the docs:

python -m pygame.docs    (python -m pygame.docs.__main__ for Python 2.6)

There are some tutorials included.

Lenard Lindstrom

On 07/10/10 08:23 AM, B W wrote:


Chances are someone has already answered any Pygame neophyte questions you may have. The pygame-users mail archive <http://www.mail-archive.com/pygame-users@xxxxxxxx/info.html> is a very useful search resource. As well as Google which can turn up good problem-solution examples.