Billiards
A small java pool game. Really just an exercise in trajectory calculations that has run amuck. The math for calculating the collision between two circles is very interesting.
Install / Use
/learn @Asgeorge712/BilliardsREADME
Billards by Paul George
These files are in a package called bounce. So to compile it:
cd ~ mkdir bounce <copy all files to bounce> From ~ run: javac bounce/*.java java bounce.Main
paul@paulgeorge.com
