MY OWN PONG GAME... FOR ONE PLAYER...
WATCH OUT ! THE BALL GETS TO BE MOVING REALLY QUICK... AFTER A FEW GOOD HITS... It works better when all the annoying advertisements have been loaded and closed... Sorry about the pop-ups but they PAY for the website...

MOVE THE PADDLE BY PUTTING YOUR MOUSE ON THE MOVEABLE PART OF THE SCROLLBAR AND MOVING THE MOUSE WHILE HOLDING DOWN THE LEFT MOUSE BUTTON. (just like all scrollbars)
click here to get the source code... java programmers may wish to modify this file for amusement.... it is heavily commented to explain what is going on...
the pre-compiled .class file is here....
/**bounce15.java modified by gregvan v1.1
* based on work by Dr.Sharon Tuttle
* Humboldt State University, California,USA
* http://www.humboldt.edu/~st10
* RECOMMENDED SIZE: height 380, width 600
*
* to put this on a webpage add this code
* to your html file...
* "THE LESS THAN SIGN"applet code="bounce15.class"
* height=380 width=600>"THE LESS THAN SIGN"/applet>
*i use the words "LESS THAN SIGN" to represent "<"
* put the .class file in the same directory as the html
**/