Pygame RPG Fighter – Game Tutorial

This is a tutorial series based on creating a Pygame RPG game.

Welcome to the Pygame RPG Tutorial Series. Here we’ll explain how to create an RPG Fighter styled game using the Pygame library in Python.

The purpose of this tutorial series is NOT to provide you with a fully functioning RPG game with a story, characters and progressive gameplay system. Rather it’s meant to be a collection of different concepts, ideas and techniques needed to create a proper RPG game using Python Pygame.

You can either use the concepts and techniques we teach (and demonstrate through code) to create an entirely different RPG game, or use our existing game code, improving on it to finish the game as per your requirements.