Hints:
Yes, we have a TNTTwoTonedDisk in our grafix library. Use it to make this trippy image.
More Hints:
- Disk are tiled from top to bottom, left to right using a nested loop
- Notice the top row of disks: In 8 steps the disks have been rotated 180 degrees. In another 8 steps, they are back with red on top and black on bottom. This tells you an increment by which each disk is rotated in the nested loop that generates the disks
- The grid tells you the dimensions of each disk
Last update: 02/17/20
