Skip to content

Commit 9b6a21a

Browse files
committed
adding JavaScript to description
1 parent 3dcdfd8 commit 9b6a21a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Elastic Collisions",
33
"videoNumber": "184",
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.",
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 JavaScript 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.",
55
"videoId": "dJNFPv9Mj-Y",
66
"nebulaSlug": "codingtrain-coding-challenge-184-elastic-collisions",
77
"date": "2024-07-12",

0 commit comments

Comments
 (0)