Updated introduction to PyGame video
Hi all, I gave an updated version of my Introduction to Game Programming at PyCon a little over a week ago. I hope it's of some help :)The source code is in my bitbucket account as "pygame tutorial."
(log in to comment)
 richard
      richard
 Neutron01  on
2013/03/25 20:36:
    Neutron01  on
2013/03/25 20:36:
Great, Thanks richard for sharing a video. richard  on
2013/03/26 08:19:
    richard  on
2013/03/26 08:19:
pyglet is a superior library in my opinion but it's not as stable on all systems as pygame is, hence I use pygame in tutorials like this. jtrain  on
2013/03/28 12:35:
    jtrain  on
2013/03/28 12:35:
You make distribution look so easy in the video Richard! Was publishing for the Android really easier than using py2exe?The way you used PixelEdt and Tiled together blew my mind. Within the space of 5 minutes you had completely created a new game level. Thanks for giving the talk Richard.
 PurdyGames  on
2013/03/28 13:22:
    PurdyGames  on
2013/03/28 13:22:
Are the files you spoke of hosted anywhere online, I would love to follow along as if I was there!Great video so far, and I'm only 30 minutes into it!
 richard  on
2013/03/29 01:00:
    richard  on
2013/03/29 01:00:
I've added a link to the bitbucket repos with the codez :-)Yes, publishing to Android was easier than py2exe. On the other hand, pyInstaller was also easier - about the same as Android.
 mauve  on
2013/04/02 19:05:
    mauve  on
2013/04/02 19:05:
I'm (draft) scheduled to give a talk on "Programming physics games with Python and OpenGL" at Europython, so get your tickets now!