• 大小: 1.49MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: C/C++
  • 标签: ege  

资源简介

c语言+ege图形库

资源截图

代码片段和文件信息

#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();
//记录人物坐标重置坐标
//(rowcol)
int row=0;
int col=0;
//记录怪物坐标
//(mstrowmstcol)
int mstrow=0;
int mstcol=0;
//记录血量
int roleBlood=0;
//记录分数
int score=0;
//判断关卡
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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     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个文件信息

评论

共有 条评论