import cs101.terminal.*; from all of your
files. After doing this, make sure the game still works.
.java files in it.
Also, theres a cs101 folder inside that contains the cs101.canvas package
classes you'll need.
Lab9.java VelocityVector.java
Ball.java Wall.java Brick.java BonusBrick.java StubbornBrick.java PassThroughBrick.java
Do NOT copy the file GameCanvas.java because the one you downloaded is different. You need to use the one you downloaded with the contest kit.
breakout file from your BreakoutApplet folder.
It may take about a minute to load.
.www-docs
directory and set the permissions
so that all folders and .class files
are world-readable. We strongly recommend putting a link to the game
from your www home page (the URL will be "BreakoutApplet/breakout.html")
and testing that it works. You may also want to add a link back
to your home page in the breakout.html file so that people can admire you
after playing your game.
We strongly suggest that you do not make your .java files
world readable, or another contestant might steal your code.
http://www.cec.wustl.edu/~kjg/BreakoutApplet/breakout.html