|
2 | 2 | "title": "Wolfram CA",
|
3 | 3 | "videoNumber": "179",
|
4 | 4 | "description": "",
|
5 |
| - "videoId": "vB2GdRFHdoo", |
| 5 | + "videoId": "Ggxt06qSAe4", |
6 | 6 | "nebulaSlug": "",
|
7 | 7 | "date": "2023-01-09",
|
8 | 8 | "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"], |
10 | 10 | "canContribute": true,
|
11 | 11 | "relatedChallenges": ["85-the-game-of-life", "123-chaos-game", "119-binary-to-decimal-conversion"],
|
12 | 12 | "timestamps": [
|
|
23 | 23 | ],
|
24 | 24 | "codeExamples": [
|
25 | 25 | {
|
26 |
| - "title": "Wolfram CA", |
27 |
| - "description": "Implementation of Wolfram CA", |
| 26 | + "title": "Wolfram Cellular Automata", |
| 27 | + "description": "Implementation of the Wolfram CA", |
28 | 28 | "image": "img.jpg",
|
29 | 29 | "urls": {
|
30 | 30 | "p5": "https://editor.p5js.org/codingtrain/sketches/IE77UYZ-G"
|
31 | 31 | }
|
32 | 32 | },
|
33 | 33 | {
|
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", |
36 | 36 | "image": "img2.jpg",
|
37 | 37 | "urls": {
|
38 | 38 | "p5": "https://editor.p5js.org/codingtrain/sketches/1w8yOaaDS"
|
39 | 39 | }
|
40 | 40 | },
|
41 | 41 | {
|
42 |
| - "title": "Wolfram CA - scroll", |
| 42 | + "title": "Wolfram CA infinite scroll", |
43 | 43 | "description": "Implementation of scrolling Wolfram CA",
|
44 | 44 | "image": "img3.jpg",
|
45 | 45 | "urls": {
|
46 | 46 | "p5": "https://editor.p5js.org/codingtrain/sketches/u6ALWY0Kt"
|
47 | 47 | }
|
| 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 | + } |
48 | 56 | }
|
49 | 57 | ],
|
50 | 58 | "groupLinks": [
|
|
0 commit comments