My final project is the lab that I am most proud of. The goal of this lab was to write a game using scheme that demonstrates a physics principle. In addition, the program needs to be able to display pertinent variables and be able to pause and step through animation. The game that Joe and I made is especially complicated because every object induces a force on every other object. All of the vectors of these forces must be added to find the net force for each object. Based on this, the objects experience acceleration and their velocities change. In addition, there are many bonuses. I am proud of this project because Joe and I were able to be successful with a complex project. This is our more detailed manual.