Skip to content

Commit 70d39f3

Browse files
authored
Merge branch 'main' into PR/challenge-118
2 parents c12f80e + ba3854f commit 70d39f3

File tree

91 files changed

+730
-23
lines changed

Some content is hidden

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

91 files changed

+730
-23
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: 25 additions & 15 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+
"36-blobby",
36+
"46-asteroids",
37+
"53-random-walker-with-vectors-and-levy-flight",
38+
"67-pong",
39+
"77-recursion"
4040
],
4141
"challengesCta": {
4242
"text": "ready to explore? try a challenge!",
@@ -47,14 +47,14 @@
4747
"passengerShowcase": {
4848
"title": "Passenger showcase highlights",
4949
"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"
50+
"code/7-arrays/5-removing-elements/showcase/contribution-1724448350.json",
51+
"challenges/185-dragon-curve/showcase/contribution-1724142201.json",
52+
"challenges/185-dragon-curve/showcase/contribution-1724059990.json",
53+
"challenges/185-dragon-curve/showcase/contribution-1724115513.json",
54+
"challenges/184-elastic-collisions/showcase/contribution-1723892814.json",
55+
"challenges/185-dragon-curve/showcase/contribution-1724172518.json",
56+
"challenges/24-perlin-noise-flow-field/showcase/contribution-1725204487.json",
57+
"code/2-variables/4-random/showcase/contribution-1725221639.json"
5858
],
5959
"showcaseCta": {
6060
"text": "Want to see more?",
@@ -66,7 +66,17 @@
6666
"title": "Events",
6767
"comingEventsDescription": "Next Coding Train event!",
6868
"noEventsDescription": "Keep your eye out for events in the future!",
69-
"upcoming": []
69+
"upcoming": [
70+
{
71+
"title": "Nature of Code Book Party",
72+
"description": "Join us to celebrate the release Nature of Code! This event features a “live” coding challenge + audio and visual live coding performances. Come get your signed copy of the book!",
73+
"date": "2024-09-07",
74+
"time": "7:30pm",
75+
"host": "Wonderville and The Coding Train",
76+
"type": "In person! 21+",
77+
"url": "https://www.wonderville.nyc/events/nature-of-code-book-party"
78+
}
79+
]
7080
},
7181
"support": {
7282
"title": "Support",

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)