1. 软件
  2. 详情

C语言贪吃蛇代码

基本信息

  • 软件大小:0.05MB
  • 软件语言:简体中文
  • 软件类别:其他源码
  • 软件版本:PC版
  • 支持系统:Win All
  • 购买链接: 京东   淘宝

打开支付宝首页搜“673273051”领红包,领到大红包的小伙伴赶紧使用哦!

相关软件

内容介绍

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下*/

下载地址

打赏