Python Tetris Part 10 (Renaming Variables & Methods)

1 year ago
7

I continue my series where I make a Tetris clone (falling blocks) in Python using pygame from scratch, working out the logic for the code from my own head, on the fly, as I go. This is the 10th video in this series where you actually see some coding. In this video, I start trying to debug a bug from last video, where the block would stop moving when you try to shift it, but ended up just renaming my variables and method names from snake_case to camelCase

#python #pygame #coding #game_programming #tetris #falling_blocks #games

Loading comments...