Question:
Pygame for python 3.3 and where are the tutorials?
anonymous
2013-07-28 15:31:43 UTC
I really want to learn how to code with pygame and just learn what to do with pygame but I can't find any tutorials anywhere, any that work with python 3.3 anyway.

Someone please help! Can you link a place to a step by step guide to using pygame and maybe write out some coding that I could use and play around with.

Thanks in advance.
Three answers:
anonymous
2013-07-28 16:41:38 UTC
I found this series to be pretty useful. It is made by this guy named Bucky on a site called the New Boston. He has tutorials on just about every topic in programing, gaming, software.....but this series will cover everything you need to know to make your own games



http://m.youtube.com/#/playlist?list=PL9919C652640F0ADF&desktop_uri=%2Fplaylist%3Flist%3DPL9919C652640F0ADF
Greywolf
2013-07-29 14:07:44 UTC
Not all of PyGame works with Python 3.x http://www.pygame.org/wiki/python3porting?parent=index

So if you want to know your bugs are yours not theirs, install Python 2.7.



Tutorials are on the PyGame site http://www.pygame.org/wiki/tutorials



Loads of sample programs on the same page (under Projects on the left hand side).
amania_r
2013-07-30 11:16:57 UTC
Python 3.x is not widely supported by 3rd party packages. Switch to 2.7


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Continue reading on narkive:
Loading...