Skip to content

Commit 7efe33b

Browse files
committed
Minor edits, add link to WFC repo
1 parent 4531c83 commit 7efe33b

File tree

1 file changed

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

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
{ "time": "0:21:30", "title": "Add a list of allowed adjacencies to the Tile object" },
1919
{ "time": "0:24:34", "title": "Write an overlapping() function" },
2020
{ "time": "0:32:20", "title": "Look at the first tile's neighbors" },
21-
{ "time": "0:43:30", "title": "Add Cell class" },
21+
{ "time": "0:43:30", "title": "Add a Cell class" },
2222
{ "time": "0:44:15", "title": "Add a grid of Cells" },
2323
{ "time": "0:46:21", "title": "Retrieve previous WFC code" },
2424
{ "time": "0:50:50", "title": "Write a reduceEntropy() function" },
2525
{ "time": "0:55:56", "title": "Add a function to render the center pixel" },
26-
{ "time": "0:58:05", "title": "Filter by valid options" },
26+
{ "time": "0:58:05", "title": "Filter by the valid options" },
2727
{ "time": "1:01:57", "title": "Use recursion to reduce entropy" },
2828
{ "time": "1:05:32", "title": "Add depth of recursion" },
2929
{ "time": "1:06:32", "title": "We have WFC!" },
3030
{ "time": "1:09:42", "title": "Fix mistake" },
3131
{ "time": "1:11:26", "title": "Start refactoring code" },
32-
{ "time": "1:18:41", "title": "Add console.log if alogrithm gets stuck" },
32+
{ "time": "1:18:41", "title": "Add a console.log if alogrithm gets stuck" },
3333
{ "time": "1:21:38", "title": "Optimizations" },
3434
{ "time": "1:26:28", "title": "Discuss redundant tiles" },
3535
{ "time": "1:28:30", "title": "Rotations and Reflections" },
@@ -112,6 +112,12 @@
112112
"url": "https://www.gridbugs.org/wave-function-collapse/",
113113
"description": "Article on using WFC for procedural generation."
114114
},
115+
{
116+
"icon": "🗄",
117+
"title": "Wave Function Collapse",
118+
"url": "https://github.com/CodingTrain/Wave-Function-Collapse",
119+
"description": "Coding Train Github WFC repository."
120+
},
115121
{
116122
"icon": "🔗",
117123
"title": "p5 copy()",

0 commit comments

Comments
 (0)