39 lines
1.2 KiB
HTML
39 lines
1.2 KiB
HTML
<!--
|
|
Copyright 2012 Richard Barrette
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License
|
|
-->
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html lang="en-US">
|
|
<HEAD>
|
|
<TITLE> Asteroids </TITLE>
|
|
<h1> Asteroids </h1>
|
|
An Asteroids Clone by Rick Barrette
|
|
<br/>
|
|
</HEAD>
|
|
<BODY>
|
|
<applet width="100%" height="70%" code="com.RickBarrette.asteroids.GameApplet">
|
|
<param name="jnlp_href" value="Asteroids.jnlp">
|
|
</applet>
|
|
|
|
<h3>Controls</h3>
|
|
<strong>Steering: </strong> [W] [A] [S] [D] or [Arrow] Keys
|
|
<br/>
|
|
<strong>Fire:</strong> [Space]
|
|
<br/>
|
|
<strong>Start/Pausee:</strong> [Enter]
|
|
<br/>
|
|
<strong>Hyper Jump:</strong> [H]
|
|
</BODY>
|
|
</html>
|