Skip to content

Commit 4cc8c86

Browse files
committed
update examples and topics
1 parent 2494f82 commit 4cc8c86

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed
77.7 KB
Loading

content/videos/challenges/179-wolfram-ca/index.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"title": "Wolfram CA",
33
"videoNumber": "179",
44
"description": "",
5-
"videoId": "vB2GdRFHdoo",
5+
"videoId": "Ggxt06qSAe4",
66
"nebulaSlug": "",
77
"date": "2023-01-09",
88
"languages": ["p5.js", "JavaScript"],
9-
"topics": ["wolfram-ca", "binary to decimal conversion", "Sierpinski triangle"],
9+
"topics": ["nature of code", "wolfram", "ca", "cellular automata", "binary to decimal conversion", "Sierpinski triangle"],
1010
"canContribute": true,
1111
"relatedChallenges": ["85-the-game-of-life", "123-chaos-game", "119-binary-to-decimal-conversion"],
1212
"timestamps": [
@@ -23,28 +23,36 @@
2323
],
2424
"codeExamples": [
2525
{
26-
"title": "Wolfram CA",
27-
"description": "Implementation of Wolfram CA",
26+
"title": "Wolfram Cellular Automata",
27+
"description": "Implementation of the Wolfram CA",
2828
"image": "img.jpg",
2929
"urls": {
3030
"p5": "https://editor.p5js.org/codingtrain/sketches/IE77UYZ-G"
3131
}
3232
},
3333
{
34-
"title": "Wolfram CA - color",
35-
"description": "Implementation of Wolfram CA with color",
34+
"title": "Wolfram CA with color",
35+
"description": "Implementation of Wolfram CA with colors",
3636
"image": "img2.jpg",
3737
"urls": {
3838
"p5": "https://editor.p5js.org/codingtrain/sketches/1w8yOaaDS"
3939
}
4040
},
4141
{
42-
"title": "Wolfram CA - scroll",
42+
"title": "Wolfram CA infinite scroll",
4343
"description": "Implementation of scrolling Wolfram CA",
4444
"image": "img3.jpg",
4545
"urls": {
4646
"p5": "https://editor.p5js.org/codingtrain/sketches/u6ALWY0Kt"
4747
}
48+
},
49+
{
50+
"title": "3D Grid",
51+
"description": "Visual Demonstration of a 3D grid of cells.",
52+
"image": "img4.jpg",
53+
"urls": {
54+
"p5": "https://editor.p5js.org/codingtrain/sketches/m4XoXiWOa"
55+
}
4856
}
4957
],
5058
"groupLinks": [

0 commit comments

Comments
 (0)