功能 linux系统五子棋 设置棋盘大小。设置多少子赢。 分为服务端和客户端。可联机对战。 编译 make 使用 启动服务端 ./server 1234 启动客户端 ./client 127.0.0.1 1234 等待服务器设置 have fun