C语言课程设计实验报告-.docx
《C语言课程设计实验报告-.docx》由会员分享,可在线阅读,更多相关《C语言课程设计实验报告-.docx(8页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、C语言课程设计实验报告- 实验报告 课程名称:C语言课程设计 实验项目:五子棋游戏设计 专业班级:计专1502 姓名:孙奇学号:248150203 实验室号:实验组号: 实验时间:批阅时间: 指导教师:成绩: 沈阳工业大学实验报告 (适用计算机程序设计类) 专业班级:计专1502 学号:248150203 姓名:孙奇实验名称:五子棋游戏设计 附件A 沈阳工业大学实验报告 (适用计算机程序设计类) 专业班级:计专1502 学号:248150203 姓名:孙奇实验程序: 本程序在Windows XP SP3操作系统及Turbo C 2.0开发环境下调试通过。 #include #include #
2、include #include #include #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 #define UP 0x4800 #define ESC 0x011b #define SPACE 0x3920 #define BILI 20 #define JZ 4 #define JS 3 #define SIZE 19 int boxSIZESIZE; int step_x,step_y; int key; int flag=1; void attentoin(); void draw_box(); void
3、draw_cicle(int x,int y,int color); void draw_slice(int x,int y,int color); void change(); void judgewho(int x,int y); void judgekey(); int judgeresult(int x,int y); void attention() char ch; window(1,1,80,25); textbackground(LIGHTBLUE); textcolor(YELLOW); clrscr(); gotoxy(15,4); printf(Play Rules:);
4、 gotoxy(15,8); printf(1.Press Left,Right,Up,Down Key to move Piece); gotoxy(15,12); printf(2.Press Space to place the Piece); gotoxy(15,16); printf(3.DO NOT press Space outside of the chessboard); gotoxy(15,20); printf(Do you accept the above Playing Rules? Y/N:); while(1) gotoxy(60,20); ch=getche()
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 语言 课程设计 实验 报告
限制150内