Python Tetris Part 18 (Wall Checks)

1 year ago
12

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 18th video in this series where you actually see some coding. In this video, I implement proper bound checking to make sure that no part of any block can go past the left side or right side of the arena.

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

Loading comments...