Skip to content

Commit ee5151f

Browse files
committed
fix link and add preliminary descriptions
1 parent 7efe33b commit ee5151f

File tree

1 file changed

+10
-10
lines changed
  • content/videos/challenges/186-wfc-overlapping-model

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,40 +39,40 @@
3939
"codeExamples": [
4040
{
4141
"title": "WFC Overlapping",
42-
"description": "",
42+
"description": "The sketch implements the overlapping model.",
4343
"image": "1.png",
4444
"urls": {
4545
"p5": "https://editor.p5js.org/codingtrain/sketches/PX0Hn6TF8"
4646
}
4747
},
4848
{
4949
"title": "WFC Overlapping - Shannon entropy",
50-
"description": "",
51-
"image": "",
50+
"description": "This sketch adds Shannon entropy.",
51+
"image": "1.png",
5252
"urls": {
5353
"p5": "https://editor.p5js.org/codingtrain/sketches/PX0Hn6TF8"
5454
}
5555
},
5656
{
5757
"title": "WFC Overlapping - Rotations and Reflections",
58-
"description": "",
59-
"image": "",
58+
"description": "This sketch adds tile rotations and reflections",
59+
"image": "1.png",
6060
"urls": {
6161
"p5": "https://editor.p5js.org/codingtrain/sketches/z_N2TVjRH"
6262
}
6363
},
6464
{
6565
"title": "WFC Overlapping - Restart",
66-
"description": "",
67-
"image": "",
66+
"description": "This sketch restarts WFC if there are no more valid choices.",
67+
"image": "1.png",
6868
"urls": {
6969
"p5": "https://editor.p5js.org/codingtrain/sketches/2sV4KtcoD"
7070
}
7171
},
7272
{
7373
"title": "WFC Overlapping - Refactored",
74-
"description": "",
75-
"image": "",
74+
"description": "This sketch refactors the code and adds performance enhancements.",
75+
"image": "1.png",
7676
"urls": {
7777
"p5": "https://editor.p5js.org/codingtrain/sketches/paJcuQLI0"
7878
}
@@ -162,7 +162,7 @@
162162
{
163163
"icon": "🎥",
164164
"title": "Array Functions: filter() - Topics of JavaScript/ES6",
165-
"url": "/tracks/side-tracks/topics-in-native-javascript/js/array-filter",
165+
"url": "/tracks/topics-in-native-javascript/js/array-filter",
166166
"description": "This video covers the JavaScript Array higher order function filter()."
167167
},
168168
{

0 commit comments

Comments
 (0)