« All Events
5 PM – Android Game Dev – Gamas
June 4 @ 5:00 pm - 6:00 pm
Today We Did
- We added code to check for horizontal and vertical winners.
- We block user from clicking the board when winner is found.
- We added background song. You can find the background song in https://www.ayclogic.com/project-resources/
Homework
- Add code inside findWinner() to check for the 2 diagonals winner.
- Also add code to check if there is a draw. Check that all 9 boxes is not null AND there is no winner. When there is a draw, set the statusBox to “DRAW”.