index.html

来自「This a really intresting and challenging」· HTML 代码 · 共 32 行

HTML
32
字号
<html>
<head>
<title>
AirStrike!
</title>
</head>
<body bgcolor=black link=#c0c0c0> 
<font color=#c0c0c0>
<center>
<a href=airstrike.html>
<img src=images/airstrike.jpg border=0>
<br>
Click to Play!
</a>
<br>
<hr>
<center>
<h2>Instructions</h2>
</center>
<hr>
</center>>
Located at the top center of the applet there are two boxes. The one on the left is the "x coordinate" and the one on the right is the "y coordinate". The game applet is set up as follows:<br>
(0,0) (500,0)<Br>
(0,500) (500 ,500)<br>
<br>
<Br><br>
Meaning that the top left corner is x coordinate 0 and y coordinate 0<br>
The top right corner is x coordinate 500 and y coordinate 0 and so on and so fourth. The object is to destroy all of the enemies soilders. Beware, the more levels you advance the less bombs you recieve. So make sure to think over your coordinates ;) Happy hunting!


</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?