Python Forum

Full Version: RPG Tutorial Series
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been developing a Python RPG Tutorial Series as a side project over the last few months. It's not exactly the most professional code written, but it's great for beginners looking to make their own game or anyone interested in the basics of Game programming. Advanced Pygame users will also be able to learn a thing or two.

Some of the concepts discussed:

Jumping and Gravity Mechanics (Tutorial 5)
Adding Movement Animations to Player (Tutorial 6)
Collision Detection between Sprites (Tutorial 9)
Level Generation (Tutorial 10)
Enemy Generation in Levels (Tutorial 11)

It's a growing project, and I have more features planned that I'm currently working on. So the longer you stick around the more things you'll be able to learn.

Suggestions and feedback is also welcome.