Skip to content

Commit 2616337

Browse files
authored
Merge branch 'main' into PR/challenge-73
2 parents f95df35 + 5087674 commit 2616337

File tree

60 files changed

+486
-20
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+486
-20
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: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
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",
35-
"64-kinematics",
36-
"125-fourier-series",
37-
"28-metaballs",
38-
"116-lissajous-curve-table",
39-
"170-monty-hall-problem"
34+
"185-dragon-curve",
35+
"175-3D-cube-applesoft-basic",
36+
"160-spring-forces",
37+
"113-4d-hypercube-aka-tesseract",
38+
"99-neural-network-color-predictor",
39+
"85-the-game-of-life"
4040
],
4141
"challengesCta": {
4242
"text": "ready to explore? try a challenge!",
@@ -46,16 +46,7 @@
4646
},
4747
"passengerShowcase": {
4848
"title": "Passenger showcase highlights",
49-
"featured": [
50-
"challenges/160-spring-forces/showcase/contribution-1717812105.json",
51-
"noc/4-particles/1-particle-system/showcase/contribution-1716063723.json",
52-
"challenges/183-mathematical-marbling/showcase/contribution-5.json",
53-
"challenges/183-mathematical-marbling/showcase/contribution-1719747682.json",
54-
"challenges/93-double-pendulum/showcase/contribution-1717095241.json",
55-
"code/2-variables/5-map/showcase/contribution-1719881442.json",
56-
"noc/3-angles/7-additive-waves/showcase/contribution-1719068587.json",
57-
"challenges/10-dfs-maze-generator/showcase/contribution-1719932734.json"
58-
],
49+
"featured": ["challenges/184-elastic-collisions/showcase/contribution-1720963615.json", "challenges/184-elastic-collisions/showcase/contribution-1720958474.json", "noc/4-particles/4-particle-textures/showcase/contribution-1721161051.json", "physics-libraries/box2d/12-collision-events/showcase/contribution-1722000424.json", "challenges/14-fractal-trees-recursive/showcase/contribution-1723666252.json", "challenges/10-dfs-maze-generator/showcase/contribution-1720952091.json", "challenges/184-elastic-collisions/showcase/contribution-1721016798.json", "challenges/100-neuroevolution-flappy-bird/showcase/contribution-1720945862.json"],
5950
"showcaseCta": {
6051
"text": "Want to see more?",
6152
"buttonText": "Browse the full showcase",

content/tracks/main-tracks/ml5js-beginners-guide/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"chapters": [
77
{
88
"title": "Introduction",
9-
"videos": ["ml5/0-introduction/1-introduction"]
9+
"videos": ["ml5/0-introduction/1-introduction", "ml5/0-introduction/patt-vira"]
1010
},
1111
{
1212
"title": "Classification",

content/tracks/main-tracks/the-nature-of-code-2/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
"challenges/77-recursion",
9292
"challenges/14-fractal-trees-recursive",
9393
"challenges/15-object-oriented-fractal-trees",
94-
"challenges/16-l-system-fractal-trees"
94+
"challenges/16-l-system-fractal-trees",
95+
"challenges/185-dragon-curve"
9596
]
9697
},
9798
{

content/tracks/side-tracks/livestreams/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"title": "Coding Train Live!",
33
"description": "This side track is a collection of select livestreams.",
44
"videos": [
5+
"livestreams/page-not-found",
56
"livestreams/creative_coding_ai_agent",
67
"livestreams/shiffbot",
78
"livestreams/decade-of-code",
425 KB
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"title": "pathfinding and maze generator",
3+
"author": {
4+
"name": "Bart De Meyere",
5+
"instagram": "https://www.instagram.com/bdm_80/"
6+
},
7+
"url": "https://bartdemeyere.github.io/pathfinding/",
8+
"submittedOn": "2024-07-19T16:17:24.691Z",
9+
"socialPermission": false
10+
}
447 KB
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"title": "An Autonomous Agent Choreo",
3+
"author": {
4+
"name": "Toni Mitjanit",
5+
"url": "http://www.capsadetrons.com",
6+
"twitter": "https://x.com/CoderSpaghetti",
7+
"instagram": "https://www.instagram.com/toni.mitjanit"
8+
},
9+
"url": "http://www.capsadetrons.com/project/aaac/",
10+
"submittedOn": "2024-07-22T15:55:14.867Z",
11+
"socialPermission": true
12+
}
72.2 KB

0 commit comments

Comments
 (0)