Circle 1: When the program starts, create the board and let X go first.
Circle 2: The makeBoard block points to the right and goes to top left. It creates a 3x3 grid by making a rows of squares. Each row creates clones of the Square sprite. After each row is complete it goes back to starting point and moves down to start the next row. After making the board the original Square is hidden so there are not 10 squares.
No comments:
Post a Comment