Skip to content

Commit a614a5e

Browse files
committed
Merge branch 'overlapping-model' of github.com:CodingTrain/thecodingtrain.com into overlapping-model
2 parents 460c38e + f9a858b commit a614a5e

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
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": "51-a-pathfinding-algorithm"
5+
"featuredChallenge": "186-wfc-overlapping-model"
66
}

content/pages/homepage/index.json

Lines changed: 14 additions & 14 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-
"4-purple-rain",
35-
"51-a-pathfinding-algorithm",
36-
"94-2048",
37-
"103-fire-effect",
38-
"119-binary-to-decimal-conversion",
39-
"91-snakes-and-ladders"
34+
"186-wfc-overlapping-model",
35+
"152-rdp-algorithm",
36+
"171-wave-function-collapse",
37+
"178-climate-spiral",
38+
"47-pixel-sorting-in-processing",
39+
"97-book-of-pi"
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-
"ml5/7-bodypose/pose-detection/showcase/contribution-1733094893.json",
51-
"challenges/171-wave-function-collapse/showcase/contribution-1731965151.json",
52-
"challenges/13-reaction-diffusion/showcase/contribution-1732903159.json",
53-
"challenges/13-reaction-diffusion/showcase/contribution-1731867047.json",
54-
"challenges/10-dfs-maze-generator/showcase/contribution-1731984639.json",
55-
"ml5/facemesh/showcase/contribution-1732412552.json",
56-
"challenges/179-wolfram-ca/showcase/contribution-1733011003.json",
57-
"challenges/124-flocking-simulation/showcase/contribution-1731880553.json"
50+
"challenges/154-tic-tac-toe-minimax/showcase/contribution-1737396234.json",
51+
"code/1-intro/3-shapes-drawing/showcase/contribution-1737286903.json",
52+
"challenges/124-flocking-simulation/showcase/contribution-1737209485.json",
53+
"challenges/59-steering-behaviors/showcase/contribution-1736695034.json",
54+
"code/1-intro/3-shapes-drawing/showcase/contribution-1734321071.json",
55+
"code/1-intro/3-shapes-drawing/showcase/contribution-1733988727.json",
56+
"code/3-conditionals/2-bouncing/showcase/contribution-1735921385.json",
57+
"challenges/124-flocking-simulation/showcase/contribution-1733291718.json"
5858
],
5959
"showcaseCta": {
6060
"text": "Want to see more?",

content/videos/challenges/171-wave-function-collapse/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"languages": ["p5.js", "JavaScript"],
99
"topics": ["wave function collapse", "generative art"],
1010
"canContribute": true,
11-
"relatedChallenges": ["10-dfs-maze-generator", "162-self-avoiding-walk", "165-slide-puzzle"],
11+
"relatedChallenges": ["10-dfs-maze-generator", "162-self-avoiding-walk", "165-slide-puzzle", "186-wfc-overlapping-model"],
1212
"timestamps": [
1313
{ "time": "0:00", "title": "Day 1! Wave Function Collapse!" },
1414
{ "time": "2:00", "title": "Entropy in Sudoku." },

content/videos/challenges/186-wfc-overlapping-model/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"languages": ["p5.js", "JavaScript"],
99
"topics": ["wave function collapse", "overlapping model", "procedural generation"],
1010
"canContribute": true,
11-
"relatedChallenges": ["171-wave-function-collapse"],
11+
"relatedChallenges": ["10-dfs-maze-generator", "165-slide-puzzle", "171-wave-function-collapse"],
1212
"timestamps": [
1313
{ "time": "0:00:00", "title": "Introduction" },
1414
{ "time": "0:01:12", "title": "The Nature of Code book!" },

0 commit comments

Comments
 (0)