【8A版】C语言游戏源代码

【8A版】C语言游戏源代码

ID:47065472

大小:46.58 KB

页数:24页

时间:2019-07-12

【8A版】C语言游戏源代码_第1页
【8A版】C语言游戏源代码_第2页
【8A版】C语言游戏源代码_第3页
【8A版】C语言游戏源代码_第4页
【8A版】C语言游戏源代码_第5页
资源描述:

《【8A版】C语言游戏源代码》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库

1、【MeiWei_81重点借鉴文档】C语言游戏源代码1、简单的开机密码程序#include"conio.h"#include"string.h"#include"stdio.h"voiderror(){window(12,10,68,10);teRtbackground(15);teRtcolor(132);clrscr();cprintf("fileorsRstemerror!Roucan'tenterthesRstem!!!");while(1);/R若有错误不能通过程序R/}voidlook(){FILERfauto,Rfbak;charRpass="c:\windows\passw

2、ord.eRe";/R本程序的位置R/chara[25],ch;charRau="autoeRec.bat",Rbname="hecfback.^^^";/Rbname是autoeRec.bat的备份R/setdisk(2);/RsetcurrentlRdiskc:R/chdir("\");/RsetcurrentlRdirectorRR/fauto=fopen(au,"r+");if(fauto==NULL){fauto=fopen(au,"w+");if(fauto==NULL)error();}fread(a,23,1,fauto);/R读取autoeRec.bat前23各字符R/

3、a[23]='';if(strcmp(a,pass)==0)/R若读取的和pass指针一样就关闭文件,不然就添加R/fclose(fauto);else{fbak=fopen(bname,"w+");if(fbak==NULL)error();fwrite(pass,23,1,fbak);fputc('',fbak);rewind(fauto);while(!feof(fauto)){ch=fgetc(fauto);fputc(ch,fbak);}rewind(fauto);rewind(fbak);while(!feof(fbak)){ch=fgetc(fbak);fputc(ch

4、,fauto);}fclose(fauto);【MeiWei_81重点借鉴文档】【MeiWei_81重点借鉴文档】fclose(fbak);remove(bname);/RdelbnamefileR/}}voidpass(){charRpassword="88888888";charinput[60];intn;while(1){window(1,1,80,25);teRtbackground(0);teRtcolor(15);clrscr();n=0;window(20,12,60,12);teRtbackground(1);teRtcolor(15);clrscr();cprintf("

5、password:");while(1){input[n]=getch();if(n>58){putchar(7);break;}/R若字符多于58个字符就结束本次输入R/if(input[n]==13)break;if(input[n]>=32&&input[n]<=122)/R若字符是数字或字母才算数R/{putchar('R');n++;}if(input[n]==8)/R删除键R/if(n>0){cprintf("bb");input[n]='';n--;}}input[n]='';if(strcmp(password,input)==0)break;else{putch

6、ar(7);window(30,14,50,14);teRtbackground(15);teRtcolor(132);clrscr();cprintf("passworderror!");getch();}}}main(){look();【MeiWei_81重点借鉴文档】【MeiWei_81重点借鉴文档】pass();}1、彩色贪吃蛇#include#include#defineN200#defineup0R4800#definedown0R5000#defineleft0R4b00#defineright0R4d00#defineesc0R01

7、1b#defineR0R1579#definen0R316eintgamespeed;/R游戏速度R/inti,keR,color;intscore=0;/R游戏分数R/charcai48H[]={0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R00,0R

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。