
- This event has passed.
9 AM – Android Game Development With Java
January 8, 2022 @ 9:00 am - 10:00 am
Homework
- When Birds and Bullets are out of the screen then you need to kill them. This way, the game does not run out of memory
- The birds are out of the screen when their X coordinate is less than or equal to 0.
- The bullets are out of the screen when their X coordinate is more than the screenWidth.
- Look at how we removed the birds and the bullets when they collide.