基本信息
源码名称:[源代码] C# WinForms 经典小游戏 - 网络中国象棋
源码大小:0.15M
文件格式:.7z
开发语言:C#
更新时间:2023-07-08
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
[源代码] C# WinForms 经典小游戏 - 网络中国象棋
☆ 资料介绍:☆ 游戏名称:经典小游戏 - 网络中国象棋 开发环境:Visual Studio 2010 SP1
文件清单
└── 网络中国象棋
├── App.ico
├── bin
│ ├── Debug
│ │ ├── 棋谱0.txt
│ │ ├── 棋谱1.txt
│ │ ├── 棋谱2.txt
│ │ ├── 棋谱4.txt
│ │ ├── 网络象棋.vshost.exe
│ │ └── 网络象棋.vshost.exe.manifest
│ └── Release
├── ChessBoard.cs
├── Chess.cs
├── ClassDiagram1.cd
├── Frmchess.cs
├── Frmchess.Designer.cs
├── Frmchess.resx
├── Fu_pan.cs
├── Fu_pan.Designer.cs
├── Fu_pan.resx
├── obj
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Refactor
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── 网络象棋.csproj.FileListAbsolute.txt
│ │ └── 网络象棋.csproj.GenerateResource.Cache
│ ├── 网络象棋.csproj.FileListAbsolute.txt
│ └── 网络象棋.csproj.FileList.txt
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── 棋盘.png
├── 棋谱0.txt
├── 棋谱1.txt
├── 棋谱2.txt
├── 棋谱4.txt
├── 红
│ ├── Empty.png
│ ├── 兵.png
│ ├── 士.png
│ ├── 帅.png
│ ├── 炮.png
│ ├── 相.png
│ ├── 车.png
│ └── 马.png
├── 网络中国象棋.csproj
├── 网络中国象棋.sln
├── 网络中国象棋.suo
└── 黑
├── Empty.png
├── 仕.png
├── 卒.png
├── 将.png
├── 炮.png
├── 象.png
├── 车.png
└── 马.png
11 directories, 53 files
[源代码] C# WinForms 经典小游戏 - 网络中国象棋
☆ 资料介绍:☆ 游戏名称:经典小游戏 - 网络中国象棋 开发环境:Visual Studio 2010 SP1
文件清单
└── 网络中国象棋
├── App.ico
├── bin
│ ├── Debug
│ │ ├── 棋谱0.txt
│ │ ├── 棋谱1.txt
│ │ ├── 棋谱2.txt
│ │ ├── 棋谱4.txt
│ │ ├── 网络象棋.vshost.exe
│ │ └── 网络象棋.vshost.exe.manifest
│ └── Release
├── ChessBoard.cs
├── Chess.cs
├── ClassDiagram1.cd
├── Frmchess.cs
├── Frmchess.Designer.cs
├── Frmchess.resx
├── Fu_pan.cs
├── Fu_pan.Designer.cs
├── Fu_pan.resx
├── obj
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Refactor
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── 网络象棋.csproj.FileListAbsolute.txt
│ │ └── 网络象棋.csproj.GenerateResource.Cache
│ ├── 网络象棋.csproj.FileListAbsolute.txt
│ └── 网络象棋.csproj.FileList.txt
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── 棋盘.png
├── 棋谱0.txt
├── 棋谱1.txt
├── 棋谱2.txt
├── 棋谱4.txt
├── 红
│ ├── Empty.png
│ ├── 兵.png
│ ├── 士.png
│ ├── 帅.png
│ ├── 炮.png
│ ├── 相.png
│ ├── 车.png
│ └── 马.png
├── 网络中国象棋.csproj
├── 网络中国象棋.sln
├── 网络中国象棋.suo
└── 黑
├── Empty.png
├── 仕.png
├── 卒.png
├── 将.png
├── 炮.png
├── 象.png
├── 车.png
└── 马.png
11 directories, 53 files