Street Fighter Style Fighting Game in Python using Pygame - Complete Tutorial

In this Python tutorial I will show you how to create a fighting game similar to street fighter in python using the pygame module. The code for the game is built from scratch and will cover player movement, sprite animation, collision and more! Code and assets for this video: Backup: Credits for assets used: images: sounds: font: Check out my other PyGame tutorials: Space Invaders coding tutorial: Flappy Bird coding tutorial: Timestamps: 0:00 Intro 1:05 Initial Game Setup 09:30 Create Fighter Class 13:30 Play
Back to Top