五子棋 (用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
相關文章
相關標籤/搜索