Game of Life

A simplistic game of life using rectangles visual elements and a setInterval timer.

Features explored in this example:

  • Updating data on a set interval

Code