3-D Tennis
Applet Name: BG
Applet Source: BG.java
Import(s): java.applet, java.awt
Feature(s): animation, mouse
Author: Eiji Ito
Click the mouse within the screen to START.
The small square that is located close to the center of the screen is your racket. You can control your racket by simply moving the mouse within the screen. The gage at the right decreases when you miss the ball. The game is over when your gage runs out.
Usage example:
<applet code="BG.class" width=520 height=500>
</applet>