首页 Greedy Snake

Greedy Snake

举报
开通vip

Greedy SnakeGreedySnake#include#include#include#include#define MAX_JOINTS 200#define LEFT 0x4b00#define RIGHT  0x4d00#define DOWN 0x5000#define UP 0x4800#define ESC 0x011b#define  MV_RIGHT1#defineMV_LEFT 2#defineMV_UP  3#defineMV_DOWN 4voidInitGraph(void); /*ͼÐÎÇý¶¯³õʼ»...

Greedy Snake
GreedySnake#include#include#include#include#define MAX_JOINTS 200#define LEFT 0x4b00#define RIGHT  0x4d00#define DOWN 0x5000#define UP 0x4800#define ESC 0x011b#define  MV_RIGHT1#defineMV_LEFT 2#defineMV_UP  3#defineMV_DOWN 4voidInitGraph(void); /*ͼÐÎÇý¶¯³õʼ»¯º¯Êý*/voidDrawGraph(void); /*»æÖÆÓÎÏ·³¡¾°*/voidGameOver(intscore); /*½áÊøÓÎÏ·*/voidGamePlay(void); /*ÍæÓÎÏ·¾ßÌå¹ý³Ì*/voidPrScore(intscore); /*Êä³ö³É¼¨*/structFood  /*ʳÎïµÄ½á¹¹Ì嶨Òå*/{intx; /*ʳÎïµÄºá×ø±ê*/inty; /*ʳÎïµÄ×Ý×ø±ê*/intaddFood; /*ÅжÏÊÇ·ñÒª³öÏÖÊÂÎïµÄ±äÁ¿*/};structSnake /*ÉߵĽṹÌ嶨Òå*/{intx[MAX_JOINTS];inty[MAX_JOINTS];intjoint;intdirection;intlife;};main(){InitGraph();DrawFence();GamePlay();closegraph();}voidInitGraph(void){intgd=DETECT,gm;initgraph(&gd,&gm,"");cleardevice();setbkcolor(BLUE);cleardevice();setcolor(WHITE);settextstyle(DEFAULT_FONT,HORIZ_DIR,3);outtextxy(170,150,"GreedSnake");outtextxy(219,254,"Ready?");setcolor(BLUE);cleardevice();}voidDrawFench(void){int i;setbkcolor(LIGHTGREEN);setcolor(11);setlinestyle(SOLID_LINE,0,THICK_WIDTH);for(i=50;i<=600;i=10){rectangle(i,40,i10,49);rectangle(i,451,i10,460);}for(i=40;i<=450;i=10){rectangle(50,i,59,i10);rectangle(601,i,610,i10);}}voidGamePlay(void){inti,key;intgamespeed=220000;intscore=0;structFoodfood;structSnakesnake;food.addFood=1;snake.life=0;snake.direction=MV_RIGHT;snake.x[0]=100;snake.y[0]=100;snake.x[1]=110;snake.y[1]=100;snake.joint=2;PrScore(score);srand(time(NULL));while(i){while(!kbhit()){if(food.ddFood==1){food.x=rand()@060;food.y=rand()5060;while(food.x!=0){food.x;}while(food.y!=0){food.y;}food.addFood=0;}if(food.addFood==0){
本文档为【Greedy Snake】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
该文档来自用户分享,如有侵权行为请发邮件ishare@vip.sina.com联系网站客服,我们会及时删除。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。
本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。
网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
下载需要: 免费 已有0 人下载
最新资料
资料动态
专题动态
is_633423
暂无简介~
格式:doc
大小:17KB
软件:Word
页数:0
分类:
上传时间:2021-10-12
浏览量:2