Create a rectangle of width 960px and height 500px composed of 5000 orange and grey circles. For extra credit implement colllision detection on the particles.
You should use blockbuilder.org and the following Javascript and d3 functions:
for loopMath.random()d3.select()d3.append()d3.attr()d3.style()Built with blockbuilder.org
forked from Jay-Oh-eN's block: A Rectangle of Circles
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js