- This event has passed.
5 PM – Android Game Dev – Gamas
August 19, 2023 @ 5:00 pm - 6:00 pm
Homework
- Inside GameActivity.java, create a new method that replace code duplication in checkWinner() method. The new method needs to have method signature like this
private ImageView getBox(int row, int col)
- Modify checkWinner() method to check the winner vertically. This is very similar to when we check the winner horizontally.