aster.java
Game Instructions: Space shoots, j and l rotate the craft, k is thrust, and z is the shield. Mouse pauses and unpauses. Shield is automatically applied at the beginning of each level.
Usage: Place these class files within your HTML directory.
Java Source: aster.java
HTML Source:
<applet codebase=classes code=aster.class width=400 height=300>
<param name=wid value=400>
<param name=hei value=400>
</applet>
Author: Ben Sigelman
|