Bouncing Balls in a box that interact with each other and the walls of the box.
I used Anaconda3 and therefore Python3.X. To run the python script you will need the random, numpy, math, and matplotlib packages. These are included with the Anaconda distribution.
Containes the collision_box.py python script.
Containes an animated collision_box.gif file included as an example of what the code is outputing.
Stuff.
>python.exe collision_box.py
>python collision_box.py
TBD