- This event has passed.
12 PM – Android Game Development – Gamas
November 5, 2022 @ 12:00 pm - 1:00 pm
Today We Did
- We added bird sprite to the screen.
- We flipped the bird image horizontally so it does not move backward.
- We started adding List<Bird> in GameView.java as to add multiple birds on the screen.
Homework
- Periodically spawn one bird per second on the screen.
- Create fireball sprite and make it appear on the screen.