« All Events
FRI – 7 PM – Python Game Dev – Gamas
November 1 @ 7:00 pm - 8:00 pm
What We Did
- We added bad balloon text on top of the balloon
Homework
- Riley
- Inside line_clear() method, add a call to a new method self.drop_empty_rows()
- Inside this drop_empty_rows(), loop through the self.gray_block_array from the bottom rows, and if they are empty, move down the immediate row that is not empty. You probably have to do 2 embedded for loop.
- Eugene
- Fix the button.pos and the animation
- Add landing page
- Add Game Over
- Add Game Win
- Add Credit Page.