Skip to content

Commit 3810498

Browse files
committed
Add images and showcase contributino
1 parent 488c7e2 commit 3810498

File tree

6 files changed

+37
-22
lines changed

6 files changed

+37
-22
lines changed
Loading
Loading
Loading

content/videos/challenges/185-dragon-curve/index.json

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"languages": ["p5.js", "JavaScript"],
99
"topics": ["fractals", "dragon curve", "Nature of Code"],
1010
"canContribute": true,
11-
"relatedChallenges": ["14-fractal-trees-recursive", "16-l-system-fractal-trees", "c3-hilbert-curve"],
11+
"relatedChallenges": ["14-fractal-trees-recursive", "16-l-system-fractal-trees", "77-recursion", "c3-hilbert-curve"],
1212
"timestamps": [
1313
{ "time": "0:00", "title": "Introduction" },
14-
{ "time": "0:20", "title": "The Nature of Code book" },
14+
{ "time": "0:36", "title": "The Nature of Code book" },
1515
{ "time": "1:43", "title": "Explain algorithm" },
1616
{ "time": "3:38", "title": "Start coding" },
1717
{ "time": "5:05", "title": "Write rotate runction" },
@@ -38,20 +38,20 @@
3838
},
3939
{
4040
"title": "Dragon curve color variation",
41-
"description": "",
41+
"description": "Dragon curve with color rendered with an L-system",
4242
"image": "img2.jpg",
4343
"urls": {
4444
"p5": "https://editor.p5js.org/codingtrain/sketches/7nNd-f7iY"
4545
}
4646
},
47-
{
48-
"title": "Dragon curve noise variation",
49-
"description": "",
50-
"image": "img3.jpg",
51-
"urls": {
52-
"p5": "https://editor.p5js.org/codingtrain/sketches/7r7ZIE4dc"
53-
}
54-
}
47+
{
48+
"title": "Dragon curve noise variation",
49+
"description": "Dragon curve with random noise",
50+
"image": "img3.jpg",
51+
"urls": {
52+
"p5": "https://editor.p5js.org/codingtrain/sketches/7r7ZIE4dc"
53+
}
54+
}
5555
],
5656
"groupLinks": [
5757
{
@@ -74,20 +74,26 @@
7474
"title": "Dragon Curve",
7575
"url": "https://en.wikipedia.org/wiki/Dragon_curve",
7676
"description": "Uncyclopedia page discussing the construction and properties of the Dragon curve."
77+
},
78+
{
79+
"icon": "🔗",
80+
"title": "concat() function",
81+
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/concat",
82+
"description": "Reference for the concat function."
7783
}
7884
]
7985
},
80-
{
81-
"title": "Videos",
82-
"links": [
83-
{
84-
"icon": "🎥",
85-
"title": "Dragon Curve - Numberphile",
86-
"url": "https://www.youtube.com/watch?v=wCyC-K_PnRY",
87-
"description": "Beautiful Dragon Curves, Fractals and Jurassic Park. Featuring Rob Eastaway."
88-
}
89-
]
90-
}
86+
{
87+
"title": "Videos",
88+
"links": [
89+
{
90+
"icon": "🎥",
91+
"title": "Dragon Curve - Numberphile",
92+
"url": "https://www.youtube.com/watch?v=wCyC-K_PnRY",
93+
"description": "Beautiful Dragon Curves, Fractals and Jurassic Park. Featuring Rob Eastaway."
94+
}
95+
]
96+
}
9197
],
9298
"credits": [
9399
{
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Super Dragon",
3+
"url": "https://editor.p5js.org/kfahn/sketches/qvVzuYmjv",
4+
"author": {
5+
"name": "Kathy McGuiness",
6+
"url": ""
7+
},
8+
"submittedOn": "2024-08-18"
9+
}

0 commit comments

Comments
 (0)