Skip to content

Commit 20480de

Browse files
committed
small falling sand changes
1 parent 5d807c3 commit 20480de

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nebulaSlug": "codingtrain-coding-challenge-180-falling-sand",
77
"date": "2024-01-21",
88
"languages": ["p5.js", "JavaScript"],
9-
"topics": ["pixels", "simulation", "fluid simulation", "sandpile model", "generative art"],
9+
"topics": ["pixels", "simulation", "falling sand", "fluid simulation", "sandpile model", "generative art"],
1010
"canContribute": true,
1111
"relatedChallenges": ["179-wolfram-ca", "85-the-game-of-life", "107-sandpiles", "132-fluid-simulation", "102-2d-water-ripple"],
1212
"timestamps": [
@@ -32,7 +32,7 @@
3232
],
3333
"codeExamples": [
3434
{
35-
"title": "Falling Sand Simulation",
35+
"title": "Falling Sand",
3636
"description": "Implementation of a Falling Sand Simulation",
3737
"image": "p5-example.jpg",
3838
"urls": {
@@ -66,9 +66,9 @@
6666
},
6767
{
6868
"icon": "🔗",
69-
"title": "Making a falling sand simulator by Jason McGhee",
69+
"title": "Making a falling sand simulator",
7070
"url": "https://jason.today/falling-sand",
71-
"description": "Tutorial about making the same kind of simulation with 5p.js"
71+
"description": "Tutorial about making the same kind of simulation with p5.js by Jason McGhee"
7272
},
7373
{
7474
"icon": "📕",

0 commit comments

Comments
 (0)