Skip to content

Commit

Permalink
Update index.json
Browse files Browse the repository at this point in the history
Add another related challenge
  • Loading branch information
kfahn22 committed Aug 17, 2024
1 parent e50d094 commit 808eaaa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion content/videos/challenges/185-dragon-curve/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
"languages": ["p5.js", "JavaScript"],
"topics": ["fractals", "dragon curve", "Nature of Code"],
"canContribute": true,
"relatedChallenges": ["14-fractal-trees-recursive", "16-l-system-fractal-trees", "77-recursion", "c3-hilbert-curve"],
"relatedChallenges": [
"14-fractal-trees-recursive",
"16-l-system-fractal-trees",
"77-recursion",
"121-logo-interpreter",
"c3-hilbert-curve"
],
"timestamps": [
{ "time": "0:00", "title": "Introduction" },
{ "time": "0:36", "title": "The Nature of Code book" },
Expand Down

0 comments on commit 808eaaa

Please sign in to comment.