Game of Life Clock

πŸ”— Code Example: Game of Life Clock

πŸ”— References:

πŸ”— Timestamps:

  • 0:38 Step 1: Using hour(), minute(), and second() to get real-time clock data

  • 1:18 Step 1.5: Using textToPoints() to get an array of points outlining clock data

  • 11:52 Step 2: Creating Conway's Game of Life

  • 22:32 Step 3: Combining clock with game of life

  • 28:41 Adding colors

Previous

Slime Molds (Physarum)

Next

Color Gradient Animation #2 (lerpColor Function)