- This event has passed.
9 AM – Android Game Development – Gamas
December 4, 2021 @ 9:00 am - 10:00 am
Today We Do
- We enabled Up and Down arrows to move the dragon up and down.
Homework
- Add the code so when user touch the launch fireball circle, it will launch fireball from where the player’s location. You need to create List<Bullet> to be able to display multiple bullets at the same time. The code should be similar with List<Bird> birdGroup.