C语言实现简单的三子棋小程序

1 game.h中用于函数定义 #ifndef __GAME_H__ #define __GAME_H__ #include <string.h> #include <stdlib.h> #include <time.h> #include <stdio.h> #define ROW 6 #define COL 6 void InitBoard(char board[ROW][COL],
相关文章
相关标签/搜索