Game of Life Clock
๐ Code Example: Game of Life Clock
๐ References:
p5.js functions: hour(), minute(), second(), textToPoints()
Recommended Coding Tutorials:
๐ 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