Java for Video Games
Code
Here is a summary of the code I have written
in class. If you would prefer, you can get all of the Javadoc here.
RectangleTester - Tests the Rectangle
class. (javadoc)
Intersection - Tests the intersection between two rectangles. (javadoc)
Circle -
Models a circle. (javadoc)
CircleTester - Tests the Circle class. (javadoc)
SodaCan - Models a soda can. (javadoc)
SodaTester - Tests the SodaCan class. (javadoc)
Paycheck - Models an employee's paycheck. (javadoc)
PaycheckTester - Tests the Paycheck class. (javadoc)
Line - Models a line. (javadoc)
LineTest - Tests the Line class. (javadoc)
QuadraticEquation - Models a quadratic
equation. (javadoc)
QETester - Tests the QuadraticEquation class. (javadoc)
ComplexNumber - Models a complex number. (javadoc)
CNTester - Tests the ComplexNumber class. (javadoc)
BikeProject - Models a bike. (javadoc)
LifeProject - Models Conway's Game of Life. (javadoc)