資源簡(jiǎn)介
c語(yǔ)言+ege圖形庫(kù)
代碼片段和文件信息
#include?
#include?
#include?
#include?
void?loadMenu();
void?homeMenu();
void?choice();
void?introduce();
void?createMap();
void?enterNext();
void?roleMove();
void?mstMove();
void?dieOver();
void?crashJudge();
void?showScore();
void?gameOver();
//記錄人物坐標(biāo)重置坐標(biāo)
//(rowcol)
int?row=0;
int?col=0;
//記錄怪物坐標(biāo)
//(mstrowmstcol)
int?mstrow=0;
int?mstcol=0;
//記錄血量
int?roleBlood=0;
//記錄分?jǐn)?shù)
int?score=0;
//判斷關(guān)卡
int?lvFlag=0;
int?TOTAL=0;
#define?t1?20
#define?t2?12
#define?t3?10
#define?WIDTH?10
#define?LENGTH?10
#define?BLR?9
#define?BLC1?0
#define?BLC2?1
#define?BLC3?2
int?pMap[WIDTH][LENGTH]={0};
const?int?pMap1[WIDTH][LENGTH]=
{
1111111111
1900000091
1492992991
1029999201
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件?????713420??2018-08-17?13:35??mypro\bin\Debug\mypro.exe
?????文件??????13672??2016-06-23?18:14??mypro\img\1.bmp
?????文件??????14109??2016-06-23?18:15??mypro\img\2.bmp
?????文件??????13610??2016-06-23?18:16??mypro\img\3.bmp
?????文件???????8645??2016-06-23?17:12??mypro\img\again.bmp
?????文件???????5591??2016-06-24?11:18??mypro\img\all_e.bmp
?????文件???????3091??2016-06-24?11:16??mypro\img\all_r.bmp
?????文件???????8623??2016-06-24?16:50??mypro\img\all_Re.bmp
?????文件???????8416??2018-08-15?09:51??mypro\img\blood.bmp
?????文件?????825054??2016-06-24?09:31??mypro\img\choice.bmp
?????文件???????2499??2016-06-24?11:24??mypro\img\di.bmp
?????文件?????159589??2016-06-24?16:39??mypro\img\dieover.bmp
?????文件???????7654??2016-06-22?11:41??mypro\img\douzi.bmp
?????文件???????8713??2016-06-22?19:08??mypro\img\exit.bmp
?????文件???????6362??2016-06-23?17:15??mypro\img\exit1.bmp
?????文件???????3878??2016-06-24?10:33??mypro\img\fo.bmp
?????文件???????2990??2016-06-24?10:32??mypro\img\food.bmp
?????文件?????125761??2016-06-24?09:28??mypro\img\gover.bmp
?????文件???????7656??2018-08-06?18:46??mypro\img\guaiwu.bmp
?????文件????????537??2016-06-25?11:25??mypro\img\guaiwu1.bmp
?????文件????????662??2016-06-25?11:32??mypro\img\guaiwu2.bmp
?????文件?????825054??2016-06-26?11:50??mypro\img\introduce.bmp
?????文件?????240245??2016-06-24?09:29??mypro\img\load.png
?????文件??????40282??2016-06-23?11:50??mypro\img\Menu.bmp
?????文件??????72528??2016-06-24?09:57??mypro\img\next.bmp
?????文件??????61254??2016-06-22?19:07??mypro\img\play.bmp
?????文件???????7654??2016-06-23?23:21??mypro\img\prop.bmp
?????文件???????7654??2016-06-22?11:47??mypro\img\ren.bmp
?????文件???????8010??2016-06-21?15:16??mypro\img\renD.bmp
?????文件???????8010??2016-06-22?10:43??mypro\img\renL.bmp
............此處省略29個(gè)文件信息
評(píng)論
共有 條評(píng)論