« All Events
12 PM – Android Game Dev – Gamas
May 6, 2023 @ 12:00 pm - 1:00 pm
Today We Did
- We continued with Tic Tac Toe android game.
- We created the 3 x 3 boxes on the Tic Tac Toe board.
Homework
- Inside GameActivity.java inside onCreate(Bundle) method, using 2 nested for loops to produce the following to shell/console. This code is going to be very useful for next week class.
box_00
box_01
box_02
box_10
box_11
box_12
box_20
box_21
box_22