|
8 | 8 | "languages": ["p5.js", "JavaScript"],
|
9 | 9 | "topics": ["fractals", "dragon curve", "Nature of Code"],
|
10 | 10 | "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"], |
12 | 12 | "timestamps": [
|
13 | 13 | { "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" }, |
15 | 15 | { "time": "1:43", "title": "Explain algorithm" },
|
16 | 16 | { "time": "3:38", "title": "Start coding" },
|
17 | 17 | { "time": "5:05", "title": "Write rotate runction" },
|
|
38 | 38 | },
|
39 | 39 | {
|
40 | 40 | "title": "Dragon curve color variation",
|
41 |
| - "description": "", |
| 41 | + "description": "Dragon curve with color rendered with an L-system", |
42 | 42 | "image": "img2.jpg",
|
43 | 43 | "urls": {
|
44 | 44 | "p5": "https://editor.p5js.org/codingtrain/sketches/7nNd-f7iY"
|
45 | 45 | }
|
46 | 46 | },
|
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 | + } |
55 | 55 | ],
|
56 | 56 | "groupLinks": [
|
57 | 57 | {
|
|
74 | 74 | "title": "Dragon Curve",
|
75 | 75 | "url": "https://en.wikipedia.org/wiki/Dragon_curve",
|
76 | 76 | "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." |
77 | 83 | }
|
78 | 84 | ]
|
79 | 85 | },
|
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 | + } |
91 | 97 | ],
|
92 | 98 | "credits": [
|
93 | 99 | {
|
|
0 commit comments