- This event has passed.
12 PM – Android Game Development – Gamas
March 4, 2023 @ 12:00 pm - 1:00 pm
Homework
- We are using a lot of if elif else statements in our codes. There is a slightly faster way which is using switch https://www.w3schools.com/java/java_switch.asp
- Replaced code inside GameView.update() to use Java switch.