« All Events
7 PM – Python Game Dev – Gamas
November 8, 2024 @ 7:00 pm - 8:00 pm
Today We Did
- TBD
Homework
- Eugene
- Fix the Landing Page
- Use 2 different kind of sound effect: one when it hits the button successfully, and another one when you swing and miss.
- Fix the countdown code.
- Fix the credit button
- Fix the game over page if there is any problem
- change the score according to which state of the button that is being hit. If it is fully up button then the score is higher than when it is already half way.
- Display a score sprite when the hammer hit the button properly.
- Riley
- You need to fix the bringing down of the gray blocks above the empty line. If you cannot do, reserve an extra class with me.
- When the tetromino collide with grayBlock, you need to detect differentiate between colliding from top vs from the side.
- If it is colliding from the side, then just move back, without converting into grayBlock. You need to return False in the collide detection method.
- If it is colliding from the top then convert to grayBlock and return True.