Skip to content

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.

Asgeorge712/Billiards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages