⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 shooting.html

📁 一個小射擊遊戲 po 上來跟大家分享 最主要的是 如果有大大玩了以後 看看有沒有什麼改進的地方 讓我可以多學習改進 求一下進步 謝謝大家
💻 HTML
字号:
<html>
<head>
<title>
An old game done at school :D
</title>
</head>
<body>
<!--"CONVERTED_APPLET"-->
<!-- HTML CONVERTER -->
<table>
<tr>
<td>
<object
    classid = "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    codebase = "http://java.sun.com/update/1.5.0/jinstall-1_5-windows-i586.cab#Version=5,0,0,5"
    WIDTH = "220" HEIGHT = "353" >
    <PARAM NAME = CODE VALUE = "game.InvaderApplet.class" >
    <PARAM NAME = ARCHIVE VALUE = "game.jar" >
    <param name = "type" value = "application/x-java-applet;version=1.5">
    <param name = "scriptable" value = "false">

    <comment>
	<embed
            type = "application/x-java-applet;version=1.5" \
            CODE = "game.InvaderApplet.class" \
            ARCHIVE = "game.jar" \
            WIDTH = "220" \
            HEIGHT = "353"
	    scriptable = false
	    pluginspage = "http://java.sun.com/products/plugin/index.html#download">
	    <noembed>
            
            </noembed>
	</embed>
    </comment>
</object>

<!--
<APPLET CODE = "game.InvaderApplet.class" ARCHIVE = "game.jar" WIDTH = "220" HEIGHT = "353">


</APPLET>
-->
<!--"END_CONVERTED_APPLET"-->
</td>
<td>
1. Click the Picture on the left<br>
2. And then go to the Control Menu select "New Game".<br>
3. Start playing the Invader game.<br>
4. Press "Space Bar" for shooting<br>
5. Use "Left Arrow" and "Right Arrow" keys for moving left and right<br><br>

PS.<br>
<font color="red">&diams;</font> Those UFOs' objectives are to land on Earth<br>
<font color="red">&hearts;</font> Prevent any UFO to land on Earth<br>
<font color="red">&spades;</font> Destroying UFOs using as less bullets as you can will get bullet bonus<br>
<font color="red">&clubs;</font> Clearing a stage the sooner, the higher time bonus will you get<br><br> 
<font color="red">ENJOY!</font>
</td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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