« All Events
9 AM – Android Game Development with Java
February 19, 2022 @ 9:00 am - 10:00 am
Today We Do
- We added code to make sure when user touch the screen with 2 hands, both the up and down and launch fireball buttons can be active concurrently.
- We added code to make the GAME OVER text big and red color.
- We started changing the code to display deadPlayerImage.
Homework
- Inside Player.java add setter method to set playerAlive attribute.
- Set player.setPlayerAlive(false) when Player and Bird collide.
- Inside GameView.draw() method, make sure when player is dead, the player got drawn before quitting.