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

Опубликовано: 05 Октябрь 2025
на канале: Coding With Russ
200,107
4.6k

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: http://codingwithruss.com/gamepage/Br...
Backup: https://github.com/russs123/brawler_tut

Credits for assets used:
images:
https://luizmelo.itch.io/fantasy-warrior
https://luizmelo.itch.io/evil-wizard-2

sounds:
https://freesound.org/people/mrrap4fo...
https://freesound.org/people/Herkules...
https://freesound.org/people/qubodup/...

font:
https://fontmeme.com/fonts/turok-font/

Check out my other PyGame tutorials:
Space Invaders coding tutorial:    • Pygame Space Invaders Beginner Tutorial in...  
Flappy Bird coding tutorial:    • PyGame Flappy Bird Beginner Tutorial in Py...  

Timestamps:
0:00 Intro
1:05 Initial Game Setup
09:30 Create Fighter Class
13:30 Player Controls
29:30 Attacking
40:40 Health Bars
51:10 Load Spritesheets
1:21:20 Sprite Animation
1:50:08 Player 2 Controls
2:12:50 Music and Sound Effects