We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49c9fe commit cc8c111Copy full SHA for cc8c111
content/videos/challenges/180-falling-sand/index.json
@@ -32,9 +32,17 @@
32
],
33
"codeExamples": [
34
{
35
- "title": "",
36
- "description": "",
37
- "image": "",
+ "title": "Falling Sand Simulation",
+ "description": "Implementation of a Falling Sand Simulation",
+ "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",
46
"urls": {
47
"p5": "https://editor.p5js.org/codingtrain/sketches/???"
48
}
0 commit comments