Skip to content

Commit e50d094

Browse files
committed
Update featured challenge
1 parent 3810498 commit e50d094

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

content/pages/challenges/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"title": "Challenges",
33
"description": "Ready to apply what you’ve learned in the Tracks? Try a Challenge! These one-off project videos build off concepts introduced in Tracks and may have prerequisites (listed on the challenge page itself).",
44
"featuredText": "Featured Challenge:",
5-
"featuredChallenge": "184-elastic-collisions"
5+
"featuredChallenge": "185-dragon-curve"
66
}

content/pages/homepage/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"title": "Challenges",
3232
"description": "Watch Dan take on Coding Challenges in p5.js and Processing. The challenge topics include algorithmic art, machine learning, simulation, generative poetry, and more.",
3333
"featured": [
34-
"184-elastic-collisions",
34+
"185-dragon-curve",
3535
"64-kinematics",
3636
"125-fourier-series",
3737
"28-metaballs",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
{ "time": "0:36", "title": "The Nature of Code book" },
1515
{ "time": "1:43", "title": "Explain algorithm" },
1616
{ "time": "3:38", "title": "Start coding" },
17-
{ "time": "5:05", "title": "Write rotate runction" },
17+
{ "time": "5:05", "title": "Write rotate function" },
1818
{ "time": "7:05", "title": "Rotate all the segments" },
1919
{ "time": "11:30", "title": "We have the dragon curve!" },
2020
{ "time": "12:00", "title": "Add animation" },
2121
{ "time": "16:31", "title": "Add the starting positions for a and b" },
2222
{ "time": "21:43", "title": "Scale the lines" },
23-
{ "time": "24:08", "title": "Add nextGeneration() function" },
23+
{ "time": "24:08", "title": "Add a nextGeneration() function" },
2424
{ "time": "25:16", "title": "The reduction ratio" },
2525
{ "time": "26:44", "title": "Target zoom" },
2626
{ "time": "28:57", "title": "Challenge complete!" },
Loading

content/videos/challenges/185-dragon-curve/showcase/contribution1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"title": "Super Dragon",
3-
"url": "https://editor.p5js.org/kfahn/sketches/qvVzuYmjv",
2+
"title": "Dragon Heart",
3+
"url": "https://editor.p5js.org/kfahn/sketches/bKx0DvTE7",
44
"author": {
55
"name": "Kathy McGuiness",
66
"url": ""

0 commit comments

Comments
 (0)