Python Tetris Part 2 (Abstracting out the Starter Code)

1 year ago
6

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

I continue my series where I make a Tetris clone (falling blocks) in Python using pygame from scracth, working out the logic for the code from my own head, on the fly, as I go. This is the 2nd video in this series where you actually see some coding. I move the code from the last video into a "Game class" and create a FallingBlocks class that inherits from that Game class

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

Loading comments...