簡單的「三子棋」

#ifndef __GAME_H__ #define __GAME_H__ #include <stdio.h> #include <stdlib.h> #include <string.h> #define ROW 3 #define COLS 3 void init(char a[ROW][COLS],int row, int cols); void display(char a[ROW][C
相關文章
相關標籤/搜索