Python + PyGame: Game Dev Tutorial

Post all your tuts or request for tuts here.
Post Reply
User avatar
Verahta
Posts: 440
Joined: Wed Aug 24, 2011 1:50 am

Python + PyGame: Game Dev Tutorial

Post by Verahta »

I'm new to Python (finishing the MIT 6.00.1x course on EDx this week!) and after getting my feet wet with a MOOC on it, I decided to try out PyGame and game development in Python. I wanted to share this video tutorial series I found today on YouTube. The first half of the series you learn the basics of PyGame and build a bug game and then the second half you build a top-down little zombie shooter (and he explains A* pathfinding, collision detection and so on):

https://www.youtube.com/user/purpongie/playlists
"In order to understand recursion, one must first understand recursion".
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Python + PyGame: Game Dev Tutorial

Post by Jackolantern »

Nice! I was kind of eyeing the Python and PyGame tutorial series on Pluralsight. I have some experience with Python but none with PyGame. I like Python, and it really does make development easy as could be.
The indelible lord of tl;dr
User avatar
Verahta
Posts: 440
Joined: Wed Aug 24, 2011 1:50 am

Re: Python + PyGame: Game Dev Tutorial

Post by Verahta »

Also, here is an entire introductory Python course by University of Michigan professor, Dr. Charles Severance:

http://pythonlearn.com/
"In order to understand recursion, one must first understand recursion".
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Python + PyGame: Game Dev Tutorial

Post by Jackolantern »

Nice! I like Python, and it really is a joy to work with.
The indelible lord of tl;dr
Post Reply

Return to “Tutorials”