五子棋 (用C语言编写五子棋游戏)

game.h 文件html #ifndef __GAME_H__ #define __GAME_H__ enum OPTION { EXIT, PLAY }; #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #define ROWS 5 #define COLS 5 void in
相关文章
相关标签/搜索