- 博客(3)
- 收藏
- 关注
原创 C语言实现三子棋
三子棋游戏 宏的定义、头文件的导入在game.h文件中; 游戏主要功能的实现在game.c文件中; 在test.c文件中运行该程序; game.h头文件 #define ROW 3 #define COL 3 #include <stdio.h> #include <stdlib.h> #include <time.h> //声明 void InitBoard(char board[ROW][COL], int row, int col); void Disp
2022-04-05 08:35:35
197
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人