Skip to content

Commit 9ac197b

Browse files
committed
More timestamps
1 parent b764fed commit 9ac197b

File tree

1 file changed

+22
-14
lines changed
  • content/videos/challenges/180-falling-sand

1 file changed

+22
-14
lines changed

content/videos/challenges/180-falling-sand/index.json

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,17 @@
88
"languages": ["p5.js", "JavaScript"],
99
"topics": ["pixels", "simulation", "fluid simulation", "sandpile model", "generative art"],
1010
"canContribute": true,
11-
"relatedChallenges": ["85-the-game-of-life", "107-sandpiles", "132-fluid-simulation", "102-2d-water-ripple"],
11+
"relatedChallenges": ["179-wolfram-ca", "85-the-game-of-life", "107-sandpiles", "132-fluid-simulation", "102-2d-water-ripple"],
1212
"timestamps": [
13-
{ "time": "0:00", "title": "Playing with sand" },
14-
{ "time": "0:15", "title": "Introduction and references" },
15-
{ "time": "0:00", "title": "" },
16-
{ "time": "0:00", "title": "" },
17-
{ "time": "0:00", "title": "" },
18-
{ "time": "0:00", "title": "" },
19-
{ "time": "0:00", "title": "" },
20-
{ "time": "0:00", "title": "" },
21-
{ "time": "0:00", "title": "" },
22-
{ "time": "0:00", "title": "" },
23-
{ "time": "0:00", "title": "" },
24-
{ "time": "0:00", "title": "" },
25-
{ "time": "0:00", "title": "" }
13+
{ "time": "0:00", "title": "Introduction and references" },
14+
{ "time": "2:10", "title": "About cellular automata" },
15+
{ "time": "2:47", "title": "The rules for a sand simulation" },
16+
{ "time": "3:36", "title": "Code! Creating a grid" },
17+
{ "time": "5:04", "title": "Animating a falling grain of sand" },
18+
{ "time": "7:32", "title": "About matrix columns and rows" },
19+
{ "time": "7:58", "title": "Let's account for the bottom edge" },
20+
{ "time": "9:09", "title": "Adding mouse interaction" },
21+
{ "time": "9:42", "title": "More sophisticated sand behavior" }
2622
],
2723
"codeExamples": [
2824
{
@@ -66,6 +62,18 @@
6662
"title": "Noita 1.0 Launch Trailer by Nolla Games",
6763
"url": "https://www.youtube.com/watch?v=0cDkmQ0F0Jw",
6864
"description": "A Game built on top of the Falling Everything engine"
65+
},
66+
{
67+
"icon": "🚂",
68+
"title": "Elementary Cellular Automata",
69+
"url": "/challenges/179-wolfram-ca",
70+
"description": "My previous coding challenge about cellular automata."
71+
},
72+
{
73+
"icon": "🚂",
74+
"title": "The Game of Life",
75+
"url": "/challenges/85-the-game-of-life",
76+
"description": "My coding challenge about John Conway's Game of Life."
6977
}
7078
]
7179
}

0 commit comments

Comments
 (0)