C语言 五子棋源代码

时间:2014-06-01 05:00:15
【文件属性】:

文件名称:C语言 五子棋源代码

文件大小:32KB

文件格式:C

更新时间:2014-06-01 05:00:15

c语言,五子棋,

五子棋源代码,里面有原码和OBJ目标码 #include #define N 20 /*定义键盘*/ #define up 0x4800 #define down 0x5000 #define left 0x4b00 #define right 0x4d00 #define esc 0x011b #define enter 0x1c0d #define A 0x1e61 #define S 0x1f73 #define D 0x2064 #define W 0x1177 #define space 0x3920 #define Y 0x1579 #define n 0x316e int gamespeed=5000; int i,j,key; struct Sor { int x; int y;/*x,y表示当前光标的位置*/ int yes[N][N];/* 0表示无棋子,1表示白色棋子,2表示黑色棋子*/ int kao;/* 1表示白棋准备落子,2表示黑棋落子*/ int ok;/*1表示白棋胜出,2表示黑棋胜出*/ }sor; char hong64H[]={ /* 以下是 '红' 的 64点阵华文新魏 字模,512 byte */ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00


网友评论

  • 有写错误啊,,, BUG 还是蛮多的
  • 不错,挺好用。
  • 貌似运行不了 我最后只做了21点
  • 缺少编译、运行环境说明
  • 写的太乱了
  • 我为什么运行不出来。。。没有具体的操作说明
  • 希望能具体的给点操作说明,以及环境变量的一些配置,或者运行不了
  • 有写错误啊,,, BUG 还是蛮多的
  • 调试有些问题,不知道有没有详细的说明文档来看看
  • 没有给<graphics.h>的部分