Let's Code Python: Tetris, Part 5

Channel:
Subscribers:
1,700
Published on ● Video Link: https://www.youtube.com/watch?v=cDnoV33bExg



Duration: 1:11:45
1,168 views
11


Today we fixed the bug that caused pieces to collide with themselves when they try to move. We also tested piece collision by spawning a new piece after the previous one settles.

Tetris: https://github.com/TigerhawkT3/tetris
Matrix rotation: https://github.com/TigerhawkT3/matrix_rotation