C语言贪吃蛇代码

C语言贪吃蛇代码

大小:52.00KB

语言:简体中文

版本:免费版

系统:WinAll

极速下载

下载手机助手,可在手机助手中下载目标软件,下载更安全

c语言编写贪吃蛇源代码,简单易懂,文件为VC源代码。如果你正在学习c语言,就来下载吧。很经典的

C语言贪吃蛇代码部分 

#include
#include
#include
#include
#define SX     50
#define SY     25
#define Length 10
#define Xnub   50
#define Ynub   40

char BoxColor=3;
char BackColor=0;
char LineColor=4;

char key;
char i,j;
long int k=0;
char String[10];

char UpKey=72;                /*按键设置*/
char ButtonKey=80;
char LeftKey=75;
char RightKey=77;

char StartX;     /*蛇头位置*/
char StartY;
char StartC;
char EndX;       /*蛇尾位置*/
char EndY;
char RandX=0;    /*随机位置*/
char RandY=0;
char RandC=0;
int CurrtX;
int CurrtY;

char MoveFlag=3; /*蛇头移动方向1左 2上 3右 4下*/

C语言贪吃蛇代码更新日志:

1.修复BUG,新版体验更佳

2.更改了部分页面

小编推荐:非常不错的一款C语言贪吃蛇代码,使用方便,功能强大,需要的不要错过哦。本站还提供vs2015中文旗舰版下载、navicat for mysql、sql2005下载供您下载。

相关文章

相关专题查看更多>>

猜你喜欢

热门推荐

友情链接