Python Tetris Part 20 (Avoiding Overlap)

1 year ago
7

https://www.youtube.com/playlist?list=PL31eQ06pPG0CiaP9cGeSRtEVFnmyX5ZaV

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 20th video in this series where you actually see some coding. In this video, I start to implement functionality, to make sure that no 2 blocks can end up overlapping on top of each other, but I end up with a bug where most blocks can no longer move, that needs to be fixed still.

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

Loading comments...