Skip to content

Commit 0701967

Browse files
committed
update description for collisions challenge
1 parent 6b3f782 commit 0701967

File tree

1 file changed

+5
-5
lines changed
  • content/videos/challenges/184-elastic-collisions

1 file changed

+5
-5
lines changed

content/videos/challenges/184-elastic-collisions/index.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"title": "Elastic Collisions",
33
"videoNumber": "184",
4-
"description": "",
5-
"videoId": "",
4+
"description": "What happens when two circles collide in a p5.js canvas? In this video, I examine the math and implement idealized elastic collisions in a physics simulation. This video supplements the Nature of Code book series in Chapter 6 which uses 3rd party physics libraries to handle collisions rather than a direct implementation.",
5+
"videoId": "dJNFPv9Mj-Y",
66
"nebulaSlug": "codingtrain-coding-challenge-184-elastic-collisions",
7-
"date": "2024-07-12",
7+
"date": "2024-07-13",
88
"languages": ["p5.js", "JavaScript"],
9-
"topics": ["elastic collisions", "physics simulation"],
9+
"topics": ["collisions", "physics simulation"],
1010
"canContribute": true,
1111
"relatedChallenges": ["67-pong", "98-quadtree", "139-calculating-digits-of-pi-with-collisions", "176-buffon-needle"],
1212
"timestamps": [
@@ -15,7 +15,7 @@
1515
{ "time": "1:22", "title": "Review background material" },
1616
{ "time": "4:15", "title": "Collision Resolution" },
1717
{ "time": "5:42", "title": "Start Coding" },
18-
{ "time": "8:48", "title": "Add collide function" },
18+
{ "time": "8:48", "title": "Add collide() function" },
1919
{ "time": "10:17", "title": "Momentum and kinetic energy" },
2020
{ "time": "14:15", "title": "Line of impact" },
2121
{ "time": "16:44", "title": "Add the formulas" },

0 commit comments

Comments
 (0)