PyGame tutorial?

Ian Kelly ian.g.kelly at gmail.com
Tue Jun 11 12:00:13 EDT 2013


On Tue, Jun 11, 2013 at 9:47 AM, Eam onn <letsplaysforu at gmail.com> wrote:
> Is there a PyGame tutorial out there? I've seen TheNewBoston's tuts, but he didn't finish his. MetalX100 did a VERY good tutorial. I've been having trouble with some player movement because he isn't moving smoothly, he jumps. If I add 5 pixels to his X position if I press a button, jumps to the next 5 pixels instead of smoothly moving. If I just add 5 pixels normally, he moves smooth.
>
> Thanks! Any help is appreciated!

There is a whole list of tutorials here:
http://www.pygame.org/docs/#tutorials
and here:
http://www.pygame.org/wiki/tutorials

But I already gave you those links, so I don't know what else you are
looking for.



More information about the Python-list mailing list