摘要: 学习C# ,写了一个可以联网对战的五子棋小游戏。完整源代码地址:http://files.cnblogs.com/fmnisme/%E4%BA%94%E5%AD%90%E6%A3%8B2.rar废话不多说,贴上代码。using:using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;using System.Net;using System.Net.Sockets;using System.Threading;全局变量: int[,] chessArr; //存储棋格中 阅读全文
posted @ 2011-06-08 08:47 FMN 阅读(9556) 评论(19) 推荐(9) 编辑