Exploring Let S Code Python Tetris Part 15
Let's dive into the details surrounding Let S Code Python Tetris Part 15.
- Today we got a general idea of how we'll manage each piece, and got an initial piece to spawn at the top of the board.
- The plan for today is to add vertical guide lines and do some slight
- In this segment, we added lateral movement, and introduced a bug that causes the active piece to collide with itself.
- Today we're going to fix an audio bug and add an animation delay.
- GitHub Repo: https://github.com/carmensantos/cs-jackie-
In-Depth Information on Let S Code Python Tetris Part 15
Today we're just going to add the raw line score. Today we're going to implement wall kick. Pygame I have no idea what I'm doing with this but I'm going to try to implement
Today we're going to implement hover and easy spin.
That wraps up our extensive overview of Let S Code Python Tetris Part 15.