|
8 | 8 | "languages": ["p5.js", "JavaScript"],
|
9 | 9 | "topics": ["pixels", "simulation", "fluid simulation", "sandpile model", "generative art"],
|
10 | 10 | "canContribute": true,
|
11 |
| - "relatedChallenges": ["85-the-game-of-life", "107-sandpiles", "132-fluid-simulation", "102-2d-water-ripple"], |
| 11 | + "relatedChallenges": ["179-wolfram-ca", "85-the-game-of-life", "107-sandpiles", "132-fluid-simulation", "102-2d-water-ripple"], |
12 | 12 | "timestamps": [
|
13 |
| - { "time": "0:00", "title": "Playing with sand" }, |
14 |
| - { "time": "0:15", "title": "Introduction and references" }, |
15 |
| - { "time": "0:00", "title": "" }, |
16 |
| - { "time": "0:00", "title": "" }, |
17 |
| - { "time": "0:00", "title": "" }, |
18 |
| - { "time": "0:00", "title": "" }, |
19 |
| - { "time": "0:00", "title": "" }, |
20 |
| - { "time": "0:00", "title": "" }, |
21 |
| - { "time": "0:00", "title": "" }, |
22 |
| - { "time": "0:00", "title": "" }, |
23 |
| - { "time": "0:00", "title": "" }, |
24 |
| - { "time": "0:00", "title": "" }, |
25 |
| - { "time": "0:00", "title": "" } |
| 13 | + { "time": "0:00", "title": "Introduction and references" }, |
| 14 | + { "time": "2:10", "title": "About cellular automata" }, |
| 15 | + { "time": "2:47", "title": "The rules for a sand simulation" }, |
| 16 | + { "time": "3:36", "title": "Code! Creating a grid" }, |
| 17 | + { "time": "5:04", "title": "Animating a falling grain of sand" }, |
| 18 | + { "time": "7:32", "title": "About matrix columns and rows" }, |
| 19 | + { "time": "7:58", "title": "Let's account for the bottom edge" }, |
| 20 | + { "time": "9:09", "title": "Adding mouse interaction" }, |
| 21 | + { "time": "9:42", "title": "More sophisticated sand behavior" } |
26 | 22 | ],
|
27 | 23 | "codeExamples": [
|
28 | 24 | {
|
|
66 | 62 | "title": "Noita 1.0 Launch Trailer by Nolla Games",
|
67 | 63 | "url": "https://www.youtube.com/watch?v=0cDkmQ0F0Jw",
|
68 | 64 | "description": "A Game built on top of the Falling Everything engine"
|
| 65 | + }, |
| 66 | + { |
| 67 | + "icon": "🚂", |
| 68 | + "title": "Elementary Cellular Automata", |
| 69 | + "url": "/challenges/179-wolfram-ca", |
| 70 | + "description": "My previous coding challenge about cellular automata." |
| 71 | + }, |
| 72 | + { |
| 73 | + "icon": "🚂", |
| 74 | + "title": "The Game of Life", |
| 75 | + "url": "/challenges/85-the-game-of-life", |
| 76 | + "description": "My coding challenge about John Conway's Game of Life." |
69 | 77 | }
|
70 | 78 | ]
|
71 | 79 | }
|
|
0 commit comments