Skip to content

Commit cc8c111

Browse files
committed
Adding code exampels (p5 links missing)
1 parent d49c9fe commit cc8c111

File tree

1 file changed

+11
-3
lines changed
  • content/videos/challenges/180-falling-sand

1 file changed

+11
-3
lines changed

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,17 @@
3232
],
3333
"codeExamples": [
3434
{
35-
"title": "",
36-
"description": "",
37-
"image": "",
35+
"title": "Falling Sand Simulation",
36+
"description": "Implementation of a Falling Sand Simulation",
37+
"image": "p5-example.jpg",
38+
"urls": {
39+
"p5": "https://editor.p5js.org/codingtrain/sketches/???"
40+
}
41+
},
42+
{
43+
"title": "Falling Sand with Gravity",
44+
"description": "Same Simulation but with Gravitational Acceleration",
45+
"image": "p5-example-gravity.jpg",
3846
"urls": {
3947
"p5": "https://editor.p5js.org/codingtrain/sketches/???"
4048
}

0 commit comments

Comments
 (0)