Skip to content

Commit 42b4ead

Browse files
committed
Add JSON and thumbnail for challenge 180 Falling Sand
1 parent d32f67c commit 42b4ead

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"title": "Falling Sand",
3+
"videoNumber": "180",
4+
"description": "It's Genuary 2024! Watch as I attempt to build a falling sand simulation in p5.js using a grid of pixels and simple rules.",
5+
"videoId": "L4u7Zy_b868",
6+
"nebulaSlug": "codingtrain-coding-challenge-180-falling-sand",
7+
"date": "2024-01-21",
8+
"languages": ["p5.js", "JavaScript"],
9+
"topics": ["pixels", "simulation", "fluid simulation", "sandpile model", "generative art"],
10+
"canContribute": true,
11+
"relatedChallenges": ["85-the-game-of-life", "107-sandpiles", "132-fluid-simulation", "102-2d-water-ripple"],
12+
"timestamps": [
13+
{ "time": "0:00", "title": "" },
14+
{ "time": "0:00", "title": "" },
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": "" }
26+
],
27+
"codeExamples": [
28+
{
29+
"title": "",
30+
"description": "",
31+
"image": "",
32+
"urls": {
33+
"p5": "https://editor.p5js.org/codingtrain/sketches/???"
34+
}
35+
}
36+
],
37+
"groupLinks": [
38+
{
39+
"title": "References",
40+
"links": [
41+
{
42+
"icon": "🔗",
43+
"title": "Genuary",
44+
"url": "https://genuary.art/",
45+
"description": "A month of generative art in January"
46+
}
47+
]
48+
},
49+
{
50+
"title": "References",
51+
"links": [
52+
{
53+
"icon": "🔗",
54+
"title": "Noita 1.0 Launch Trailer by Nolla Games",
55+
"url": "https://www.youtube.com/watch?v=0cDkmQ0F0Jw",
56+
"description": "A Game built on top of the Falling Everything engine"
57+
}
58+
]
59+
},
60+
{
61+
"title": "References",
62+
"links": [
63+
{
64+
"icon": "🔗",
65+
"title": "Sandspiel by Max Bittker",
66+
"url": "https://sandspiel.club/",
67+
"description": "A world of sand, water, fire and smoke made out of pixels"
68+
}
69+
]
70+
}
71+
],
72+
"credits": [
73+
{
74+
"title": "Editing",
75+
"name": "Mathieu Blanchette"
76+
},
77+
{
78+
"title": "Animations",
79+
"name": "Jason Heglund"
80+
}
81+
]
82+
}
817 KB
Loading

0 commit comments

Comments
 (0)