用c語言實現小遊戲《三子棋》

用c語言實現小遊戲《三子棋》 懶得打字了,直接寫代碼了,111 頭文件 game.hweb #ifndef __GAME__H__ #define __GAME__H__ #include<stdio.h> #include<time.h> #define ROW 3 //棋盤的行數 #define COL 3 //棋盤的列數 void init(char arr[ROW][COL],int r
相關文章
相關標籤/搜索