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],
相關文章
相關標籤/搜索