Apr 02: The Game of Life
Learning Objectives
After today's class, you should be able to:
- Write nested loops that iterate a 2D array of objects.
- Reason about rows and columns including their length.
- Calculate row/col indexes that wrap around the array.
Lesson Outline¶
Q&A [5 min]
- Hints for HW 7
Lab12 [45 min]