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

📄 fighter.htm

📁 使用C++实现了一款简单的智力炸飞机游戏
💻 HTM
字号:
<html>

<head>
<title>打飞机游戏</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
A:link 	{ color:#0000ff; font-weight:400; text-decoration: none;background :#}
A:active { color:#ff0000; font-weight:light; text-decoration: none }
A:visited {color:#000000; font-weight:400; text-decoration: none;background :# }
A:hover {text-decoration: underline;color:#000080;background :#;}
.pt10 {  font-size: 10.5pt; color: #000000}
.pt9 { font-size:9pt; color:#000000}
.pt12 { font-size:12pt; color:#000000}
.skyblue {  font-size: 9pt; color: #00ffff}
</STYLE>
<script language="JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>

<body topmargin="0" leftmargin="0" onLoad="MM_preloadImages('images/button1_over.jpg','images/button2_over.jpg','images/button3_over.jpg','images/button4_over.jpg','images/button5_over.jpg','images/button6_over.jpg')">
<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="750">
    <tr>
      <td width="100%">
        <div align="center">
            <table border="0" cellpadding="0" cellspacing="0" width="751">
              <tr>
                <td width="224"><img border="0" src="images/top_left.jpg" width="224" height="86"></td>
                <td width="448"><img border="0" src="images/logo.jpg" alt="Company Name" width="448" height="86"></td>
                <td width="79"><img border="0" src="images/top_right.jpg" width="79" height="86"></td>
            </tr>
            <tr>
                <td valign="top" width="224"> 
                  <div align="center">
                  <table border="0" cellpadding="0" cellspacing="0" width="100%">
                    <tr>
                      <td width="100%"><a href="http://xiaogi.diy.163.com" target="_blank"><img border="0" src="images/pic_top.jpg" width="224" height="32" alt="设计者:魏镇江"></a></td>
                    </tr>
                    <tr>
                      <td width="100%"><img border="0" src="images/pic.jpg" width="224" height="155"></td>
                    </tr>
                    <tr>
                        <td width="100%"><a href="fighter.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','images/button1_over.jpg',1)"><img name="Image13" border="0" src="images/button1.jpg" width="224" height="36"></a></td>
                    </tr>
                    <tr>
                        <td width="100%"><a href="fighter2.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','images/button2_over.jpg',1)"><img name="Image14" border="0" src="images/button2.jpg" width="224" height="30"></a></td>
                    </tr>
                    <tr>
                        <td width="100%"><a href="fighter3.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','images/button3_over.jpg',1)"><img name="Image15" border="0" src="images/button3.jpg" width="224" height="30"></a></td>
                    </tr>
                    <tr>
                        <td width="100%"><a href="fighter4.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','images/button4_over.jpg',1)"><img name="Image16" border="0" src="images/button4.jpg" width="224" height="30"></a></td>
                    </tr>
                    <tr>
                        <td width="100%"><a href="fighter5.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image17','','images/button5_over.jpg',1)"><img name="Image17" border="0" src="images/button5.jpg" width="224" height="30"></a></td>
                    </tr>
                    <tr>
                        <td width="100%"><a href="fighter6.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image18','','images/button6_over.jpg',1)"><img name="Image18" border="0" src="images/button6.jpg" width="224" height="31"></a></td>
                    </tr>
                    <tr>
                      <td width="100%"><img border="0" src="images/left_side.jpg" width="224" height="165"></td>
                    </tr>
                  </table>
                </div>
              </td>
                <td valign="top" bgcolor="#FFFFFF" width="448"><b>打飞机(Fighter)游戏2.0版说明</b> 
                  <p class="pt12">   <span class="pt10">打飞机(Fighter)是一款有趣又益智的游戏,可以培养游戏者的逻辑推理能力,适合各种年龄段的人玩。</span></p>
                  <p class="pt12"><span class="pt10">  该游戏原本是我读本科时在宿舍里和同学一起玩的。需要两人以上合作,互相布局互相“开炮”。非常好玩。这次,我把游戏改成计算机版本,(可选计算机自动布局和手动布局两种模式),可以单机玩,也可以由别人布局在由你玩。</span></p>
                  <p class="pt12"><b>游戏需要的文件</b></p>
                  <p class="pt10">fighter.exe:游戏程序;<br>
                    shooting.ani:动态鼠标文件;<br>
                    fall.wav:飞机击落的音效文件;<br>
                    hit.wav:飞机击中的音效文件;<br>
                    shooting.wav:击空的音效文件;<br>
                    stone.wav:鼠标移动经过按钮的声音;<br>
                    win.wav:进入排行榜后的欢呼声;<br>
                    fighter.rnk:记录排行榜的文件,若没有会自动创建之;<br>
                    setting.txt:老板键打开的文件,xixi。 </p>
                  <p class="pt10">其中fighter.exe是必须的,其它的文件没有亦可,只是效果不好一些。</p>
                  <p></p>
                  <p><br>
                  </p>
                </td>
                <td valign="top" width="79"> 
                  <div align="center">
                  <table border="0" cellpadding="0" cellspacing="0" width="100%">
                    <tr>
                        <td width="79" height="539" background="images/right_side.jpg" valign="top"> 
                          <div align="center">
                            <p class="pt10"><font color="#FF0000"><b>游戏下载</b></font></p>
                            <p><a href="fighter.zip"><img src="images/floppy.gif" width="30" height="37" border="0"></a> 
                            </p>
                            <p class="pt10"><font color="#FF0000"><b>精彩布局<br>
                              下载</b></font></p>
                            <p><img src="images/posi.gif" width="15" height="12"><span class="pt9"><a href="posi1.pos">布局一</a><br>
                              <img src="images/posi.gif" width="15" height="12"><span class="pt9"><a href="posi2.pos">布局二</a></span><br>
                              <img src="images/posi.gif" width="15" height="12"><span class="pt9"><a href="posi3.pos">布局三</a></span><br>
                              <img src="images/posi.gif" width="15" height="12"><span class="pt9"><a href="posi4.pos">布局四</a></span></span></p>
                          </div>
                      </td>
                    </tr>
                  </table>
                </div>
              </td>
            </tr>
          </table>
        </div>
      </td>
    </tr>
    <tr>
        <td width="100%" align="center" valign="top" height="30"><font face="Verdana" class="pt10">版权所有2002 
          <a href="http://xiaogi.diy.163.com">http://xiaogi.diy.163.com</a></font></td>
    </tr>
  </table>
  </center>
</div>

</body>

</html>

⌨️ 快捷键说明

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