资源简介
潜艇大战游戏,源代码。有具体注释,很容易看谁能懂。
代码片段和文件信息
# include
# include “13h.h“
# include
# include
# include “timer.h“
# include
# include
struct stBOMB
{
int x;
int y;
BOOL Used;
};
struct stEXPL
{
int x;
int y;
BYTE Num;
BOOL Used;
};
struct stSHIP
{
int x;
int y;
BOOL Used;
BYTE Dir;
BYTE Type;
};
struct stTORP
{
int x;
int y;
BOOL Used;
};
struct stBOMB bbBomb[21];
struct stSHIP spShip[21];
struct stTORP tpTorp[21];
struct stEXPL elExpl[21];
int BombUsed=0;
int ShipUsed=0;
int TorpUsed=0;
int ExplUsed=0;
int MAXBOMB=5;
int MAXSHIP=3;
int MAXTORP=5;
int MAXEXPL=5;
int ID_Timer[MAXTIMER+1];
int ID_Bomb[21];
int ID_Ship[21];
int ID_Torp[21];
int ID_Expl[21];
BOOL DISP=TRUE;
BOOL CLS=FALSE;
BOOL bPaint=FALSE;
BOOL ALIVE=TRUE;
BOOL SOUND=TRUE;
BOOL Flash=FALSE;
BOOL DONE=FALSE;
BYTE SHIP[2][32][64];
BYTE BOMB[32][32];
BYTE TORP[16][16];
BYTE PAL[256][3];
BYTE STR[80];
BYTE far * PIC_EXPL;
BYTE far * PIC_SHIP;
void far * Back1;
void far * Back2;
int MyX=0;
int MyY=0;
int Life=3;
int Score=25;
int LevelScore=25;
int Level=0;
int Step=0;
/* */
char *Info=“\
\\Welcome to play this game!\
\n\
\n\
\n\
In this gameyou will drive a warship to fight with\n\
the submarines.\n\n\
KEYS:\n\
‘Left‘ and ‘Right‘ keys to move your warship.\n\
‘Space bar‘ or ‘Ctrl‘ key to send bombs.\n\
‘S‘ key is a sound switch.\n\
‘D‘ key is a state switch.\n\n\
\n\
\n\n\
GOOD LUCK!\0“;
/* */
void StepIn()
{
int i;
for (i=0;i<256;i++)
/* */
setpal(iPAL[i][0]*Step/64PAL[i][1]*Step/64PAL[i][2]*Step/64);
Step++;
if (Step>64)
/* */
KillAllTimer();
}
/* */
void StepOut()
{
int i;
for (i=0;i<256;i++)
/* */
setpal(iPAL[i][0]*Step/64PAL[i][1]*Step/64PAL[i][2]*Step/64);
Step--;
/* */
if (Step<1)
KillAllTimer();
}
void OutInfo()
{
if (*Info++)
{
sound(1000);
printf(“%c“*(Info-1));
nosound();
}
else
KillAllTimer();
}
void Logo()
{
FILE *bmp;
int irgbxy;
setmode();
bmp=fopen(“logo.bmp““rb“);
fseek(bmp54SEEK_SET);
for (i=0;i<256;i++)
{
PAL[i][2]=fgetc(bmp)>>2;
PAL[i][1]=fgetc(bmp)>>2;
PAL[i][0]=fgetc(bmp)>>2;
fgetc(bmp);
setpal(i000);
}
for (y=0;y<200;y++)
for (x=0;x<320;x++)
pokeb(0xa000y*320+xfgetc(bmp));
fclose(bmp);
CreateTimer(1StepIn);
while (ScanKey()!=57&&TimerUsed)
TimerEvent();
Step=64;
StepIn();
wait();
CreateTimer(1StepOut);
while (ScanKey()!=57&&TimerUsed) TimerEvent();
Step=0;
StepOut();
closemode();
CreateTimer(2OutInfo);
locate(626);
while (ScanKey()!=57&&TimerUsed)
TimerEvent();
while (*Info++)
printf(“%c“*(Info-1));
wait();
}
void KillSelf()
{
if (SOUND
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-10-12 12:43 08-娼滆墖澶ф垬娓告垙\
文件 2423 2004-05-11 19:35 08-娼滆墖澶ф垬娓告垙\13H.H
文件 5174 2001-12-15 19:09 08-娼滆墖澶ф垬娓告垙\boat.bmp
文件 1540 2001-12-15 19:03 08-娼滆墖澶ф垬娓告垙\bomb.bmp
文件 60726 2001-12-15 19:08 08-娼滆墖澶ф垬娓告垙\expl.bmp
文件 65080 2003-10-29 19:49 08-娼滆墖澶ф垬娓告垙\Logo.bmp
文件 65080 2011-04-13 08:57 08-娼滆墖澶ф垬娓告垙\Logo1.bmp
文件 180054 2003-10-29 19:23 08-娼滆墖澶ф垬娓告垙\ms_submarine.bmp
文件 24537 2003-10-29 19:00 08-娼滆墖澶ф垬娓告垙\ms_submarine.jpg
文件 11158 2001-12-15 19:09 08-娼滆墖澶ф垬娓告垙\SHIP.BMP
文件 13763 2004-05-11 19:17 08-娼滆墖澶ф垬娓告垙\ship.c
文件 43921 2004-05-11 19:36 08-娼滆墖澶ф垬娓告垙\ship.exe
文件 24576 2011-05-05 11:34 08-娼滆墖澶ф垬娓告垙\Thumbs.db
文件 1333 2004-05-11 19:23 08-娼滆墖澶ф垬娓告垙\TIMER.H
文件 772 2001-12-15 19:03 08-娼滆墖澶ф垬娓告垙\torp.bmp
- 上一篇:C和C++写的DBMS数据库
- 下一篇:清华C++课件 PPT
相关资源
- socket应用三 用C语言编写发送邮件程序
- 远程控制源代码(纯C)
- 全景图像拼接程序源代码VC++
- 图像内容识别缩放 源代码 C++
- 数字水印源代码,C语言程序
- ini文件读取源代码
- 图书管理系统 C语言设计源代码和实验
- 分治策略算法设计寻找最邻近点对c
- GPS车辆监控系统源代码
- 编译原理firstselectfollow实验源代码
- 等值线追踪与绘制(源代码).rar
- MFC 计算器源代码
- RANSAC点集仿射变换匹配C++源代码
- 严蔚敏.吴伟民等《数据结构(c语言版
- SAR_雷达影像处理源代码
- 《C++版小游戏A10战斗机源代码》
- VisualC++范例大全源代码+PDF_百度云盘地
- 禁手规则和智能算法探讨及其实现源
- VC++(MFC)实现FTP功能(源代码)
- linux 上用C++实现的网络嗅探器
- C语言战争游戏源代码
- socket应用二 用C语言写远程屏幕监视程
- 列车时刻表管理源代码(C语言)
- C语言课程设计五子棋游戏带源代码
- 高斯函数消元法c语言源代码,解矩阵
- AMR-NB音频编码解码-源代码
- C语言综合 里面含有八皇后问题,蓝
- 基于C++的HOSVD源代码
- C语言程序设计学生成绩管理系统
- 基于串口温度采集程序及源代码
评论
共有 条评论