Python Tetris Part 13 (shifting block)

1 year ago
24

https://www.youtube.com/watch?v=ejRZpIcanWI

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 13th video in this series where you actually see some coding. In this video, I finally get a block to shift left and right as it falls, when I press left or right.

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

Loading comments...