Python Tetris Part 3 (input, update & draw functions)

1 year ago
8

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 3rd video in this series where you actually see some coding. I create new abstract methods, in the Game class, specifically, process_input, update & draw, and override them with empty functions in the FallingBlocks class, to be filled in, in later videos, stay tuned....

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

Loading comments...