- This event has passed.
12 PM – Android Game Dev – Gamas
June 17, 2023 @ 12:00 pm - 1:00 pm
Homework
- Continue with Tic Tac Toe project.
- Add more codes in GameActivity.java inside checkWinner() method
- Add code to check for winner in columns
- Add code to check for winner in diagonals.
- Refactor makeAllBoxesClickable() to utilize getBox(int row, int col)