c语言作的小游戏——五子棋

c语言作小游戏——五子棋:c++ 话很少说,上干货:函数 //author:xiauhacker //上下左右移动 //space(空格)落子 #include <stdlib.h> #include <stdio.h> #include <conio.h> #include <string.h> #define MAXIMUS 15 //定义棋盘大小 int p[MAXIMUS][MA
相关文章
相关标签/搜索