c语言-三子棋小游戏

此三子棋小游戏运用数组知识,只实现了简单功能。 头文件game.h #define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h> #include <stdlib.h> #include <string.h> #define ROW 3 #define COL 3 void InitBoard(char board[ROW][COL], int r
相关文章
相关标签/搜索