- This event has passed.
12 PM – Android Game Development – Gamas
December 3, 2022 @ 12:00 pm - 1:00 pm
Homework
- Add a hitbox in Player and Bird sprites, but you have to use Java inheritance to avoid code duplication. Once you do this, you also want to improve the Fireball class to inherits from this new class which contains hitbox.
- Improved your code so you only create Paint object once for every fireball and use it within the draw method.