中国象棋网络版C#源码

时间:2012-10-06 10:24:01
【文件属性】:
文件名称:中国象棋网络版C#源码
文件大小:1.99MB
文件格式:RAR
更新时间:2012-10-06 10:24:01
c# 1. ChineseChess.EXE.主程序EXE,如主窗体,连接玩家,系统设置(未完成)等. 2. ChineseChess.Library.DLL 中国象棋程序代码库, 业务逻辑. 3. ChineseChess.Res.DLL 图片资源 另外有个重要的[悔棋]功能未实现,我想留点空间给网友们*发挥。 改成网络版已经实现网友苹果的诺言了! 谢谢大家! 下面对中国象棋做简单介绍: 1.配置玩家名称.在debug目录下有个player.ini文件,用记事本打开输入名称即可。(暂不支持中文名称) 2.运行程序,在主窗体点开始按钮,此时启动Tcp/IP Listener(监控程序). 第一次运行程序会打开连接对方IP窗口,你可以关闭连接窗体等待玩家连接你的电脑。
【文件预览】:
ChineseChess.Library
----Chess()
----bin()
--------Debug()
----obj()
--------www.vjsdn.com.ChineseChess.Library.csproj.FileListAbsolute.txt(321B)
--------Debug()
--------ChineseChess.Library.csproj.FileListAbsolute.txt(605B)
----www.vjsdn.com.ChineseChess.Library.csproj(3KB)
----Properties()
--------AssemblyInfo.cs(1KB)
ChineseChess.sln
ChineseChess.Res
----bin()
--------Debug()
----obj()
--------ChineseChess.Res.csproj.FileListAbsolute.txt(606B)
--------Debug()
--------www.vjsdn.com.ChineseChess.Res.csproj.FileListAbsolute.txt(490B)
----www.vjsdn.com.ChineseChess.Res.csproj(5KB)
----Resources()
--------button_min.bmp(3KB)
--------max.bmp(1KB)
--------xchessmin.bmp(30KB)
--------xchess.bmp(76KB)
--------focus.bmp(3KB)
--------button_fenxi.bmp(6KB)
--------close.bmp(1KB)
--------xqbg1.bmp(173KB)
--------xqbg.bmp(59KB)
--------top2.bmp(9KB)
--------xqboard.bmp(442KB)
--------infopane1.bmp(32KB)
--------top3.bmp(18KB)
--------button_max.bmp(3KB)
--------max2.bmp(1KB)
--------button_close.bmp(3KB)
--------timer.bmp(10KB)
--------button_regret.bmp(10KB)
--------button_lost.bmp(10KB)
--------min.bmp(1KB)
--------border_rightbg.bmp(2KB)
--------max3.bmp(1KB)
--------infopane.bmp(32KB)
--------top1.bmp(17KB)
--------button_peace.bmp(11KB)
--------button_begin.bmp(11KB)
--------border_buttom.bmp(2KB)
--------border_leftbg.bmp(2KB)
----Properties()
--------Resources.resx(13KB)
--------AssemblyInfo.cs(1KB)
--------Resources.Designer.cs(10KB)
debug
----ChineseChess.vshost.exe(6KB)
----ChineseChess.Res.pdb(22KB)
----ChineseChess.exe(820KB)
----ChineseChess.Library.dll(36KB)
----player.ini(5B)
----ChineseChess.Library.pdb(80KB)
----ChineseChess.Res.dll(996KB)
----ChineseChess.pdb(36KB)
ChineseChess.Main
----www.vjsdn.com.ChineseChess.csproj(6KB)
----frmMain.Designer.cs(21KB)
----Program.cs(833B)
----obj()
--------www.vjsdn.com.ChineseChess.csproj.FileListAbsolute.txt(654B)
--------ChineseChess.csproj.FileListAbsolute.txt(612B)
--------Debug()
----frmConnect.cs(1KB)
----www.vjsdn.com.ChineseChess.csproj.user(530B)
----frmConnect.Designer.cs(7KB)
----frmMain.cs(9KB)
----frmConnect.resx(6KB)
----frmMain.resx(1.16MB)
----Properties()
--------Resources.resx(6KB)
--------Settings.settings(249B)
--------AssemblyInfo.cs(1KB)
--------Settings.Designer.cs(1KB)
--------Resources.Designer.cs(3KB)
readme.txt
ChineseChess.suo

网友评论

  • 完全是面向对象的,还考虑了代码和界面分开,很不错,但是有一些类只有类名,没有代码,还有主窗体不能打开。。