Skip to content

Commit 3dcdfd8

Browse files
committed
adding elastic collisions to noc track
1 parent 2aa3496 commit 3dcdfd8

File tree

1 file changed

+2
-1
lines changed
  • content/tracks/main-tracks/the-nature-of-code-2

1 file changed

+2
-1
lines changed

content/tracks/main-tracks/the-nature-of-code-2/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "The Nature of Code 2",
2+
"title": "The Nature of Code",
33
"date": "2020-02-15",
44
"playlistId": "PLRqwX-V7Uu6ZV4yEcW3uDwOgGXKUUsPOM",
55
"description": "Can the unpredictable evolutionary and emergent properties of nature be captured in software? Can understanding the mathematical principles behind the physical world help to create digital worlds? This learning playlist focuses on the programming strategies and techniques behind computer simulations of natural systems. I'll explore topics ranging from basic mathematics and physics concepts to more advanced simulations of complex systems. Subjects covered include physics simulation, trigonometry, self-organization, genetic algorithms, and neural networks. This track accompanies https://natureofcode.com/",
@@ -72,6 +72,7 @@
7272
{
7373
"title": "Physics Libraries",
7474
"videos": [
75+
"challenges/184-elastic-collisions",
7576
"noc/6-physics-libraries/1-matterjs-introduction",
7677
"noc/6-physics-libraries/2-matterjs-introduction-continued",
7778
"noc/6-physics-libraries/3-matterjs-deleting-bodies",

0 commit comments

Comments
 (0)