Skip to content

Commit 84cb0ed

Browse files
committed
Add related challenges
1 parent 88f1b69 commit 84cb0ed

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

content/videos/challenges/102-2d-water-ripple/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"languages": ["Processing"],
88
"topics": ["2D water ripple", "cellular automaton", "pixels"],
99
"canContribute": true,
10-
"relatedChallenges": ["24-perlin-noise-flow-field", "85-the-game-of-life", "103-fire-effect"],
10+
"relatedChallenges": ["24-perlin-noise-flow-field", "85-the-game-of-life", "103-fire-effect", "179-wolfram-ca", "180-falling-sand"],
1111
"timestamps": [
1212
{ "time": "0:00", "title": "Introduction" },
1313
{ "time": "0:54", "title": "2D water ripples algorithm" },

content/videos/challenges/107-sandpiles/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"languages": ["p5.js", "Processing"],
88
"topics": ["sandpile model", "cellular automaton", "grid"],
99
"canContribute": true,
10-
"relatedChallenges": ["89-langtons-ant", "85-the-game-of-life", "102-2d-water-ripple"],
10+
"relatedChallenges": ["89-langtons-ant", "85-the-game-of-life", "102-2d-water-ripple", "180-falling-sand"],
1111
"timestamps": [
1212
{ "time": "0:00", "title": "Introducing today's topic" },
1313
{ "time": "1:02", "title": "The \"sandpile\" algorithm" },

content/videos/challenges/119-binary-to-decimal-conversion/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"languages": ["JavaScript", "p5.js"],
88
"topics": ["binary numbers", "base conversion", "math"],
99
"canContribute": true,
10-
"relatedChallenges": ["117-seven-segment-display", "120-bit-shifting"],
10+
"relatedChallenges": ["117-seven-segment-display", "120-bit-shifting", "179-wolfram-ca"],
1111
"timestamps": [
1212
{ "time": "0:00", "title": "Introduction" },
1313
{ "time": "1:08", "title": "Understanding the base of a number system" },

content/videos/challenges/85-the-game-of-life/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"languages": ["JavaScript", "p5.js"],
88
"topics": ["Conway's Game of Life", "cellular automaton", "modulo operator"],
99
"canContribute": true,
10-
"relatedChallenges": ["89-langtons-ant", "107-sandpiles", "102-2d-water-ripple"],
10+
"relatedChallenges": ["89-langtons-ant", "107-sandpiles", "102-2d-water-ripple", "179-wolfram-ca", "180-falling-sand"],
1111
"timestamps": [
1212
{ "time": "0:00", "title": "Introduction" },
1313
{ "time": "2:00", "title": "Generations" },

content/videos/pixels/painting-with-pixels/index.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"78-simple-particle-system",
1414
"90-dithering",
1515
"102-2d-water-ripple",
16-
"132-fluid-simulation"
16+
"132-fluid-simulation",
17+
"179-wolfram-ca",
18+
"180-falling-sand"
1719
],
1820
"timestamps": [
1921
{

0 commit comments

Comments
 (0)