基本信息
源码名称:C#斗地主 网上纸牌游戏
源码大小:0.32M
文件格式:.rar
开发语言:C#
更新时间:2023-12-20
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#斗地主 网上纸牌游戏
采用Socket实现网络纸牌游戏 打牌 ,接收都有特定的通信协议

.
├── C#斗地主 网上纸牌游戏.rar
├── MyPim01.suo
├── PokeGame.Net
│   ├── GameClient
│   │   ├── Backup
│   │   │   ├── GameClient
│   │   │   │   ├── ClientForm.Designer.cs
│   │   │   │   ├── ClientForm.cs
│   │   │   │   ├── ClientForm.resx
│   │   │   │   ├── ClientSocket.cs
│   │   │   │   ├── GameClient.csproj
│   │   │   │   ├── LoginForm.Designer.cs
│   │   │   │   ├── LoginForm.cs
│   │   │   │   ├── LoginForm.resx
│   │   │   │   ├── OneHand.cs
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │       ├── AssemblyInfo.cs
│   │   │   │       ├── Resources.Designer.cs
│   │   │   │       ├── Resources.resx
│   │   │   │       ├── Settings.Designer.cs
│   │   │   │       └── Settings.settings
│   │   │   ├── GameClient.sln
│   │   │   └── GameClient.suo
│   │   ├── GameClient
│   │   │   ├── ClientForm.Designer.cs
│   │   │   ├── ClientForm.cs
│   │   │   ├── ClientForm.resx
│   │   │   ├── ClientSocket.cs
│   │   │   ├── GameClient.csproj
│   │   │   ├── LoginForm.Designer.cs
│   │   │   ├── LoginForm.cs
│   │   │   ├── LoginForm.resx
│   │   │   ├── OneHand.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── GameClient.exe
│   │   │   │       ├── GameClient.pdb
│   │   │   │       ├── GameClient.vshost.exe
│   │   │   │       └── GameClient.vshost.exe.manifest
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── GameClient.ClientForm.resources
│   │   │       │   ├── GameClient.LoginForm.resources
│   │   │       │   ├── GameClient.Properties.Resources.resources
│   │   │       │   ├── GameClient.csproj.FileListAbsolute.txt
│   │   │       │   ├── GameClient.csproj.GenerateResource.Cache
│   │   │       │   ├── GameClient.exe
│   │   │       │   ├── GameClient.pdb
│   │   │       │   ├── Refactor
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       └── GameClient.csproj.FileList.txt
│   │   ├── GameClient.sln
│   │   ├── GameClient.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │       ├── UpgradeReport.css
│   │       ├── UpgradeReport.xslt
│   │       ├── UpgradeReport_Minus.gif
│   │       └── UpgradeReport_Plus.gif
│   ├── GameServer
│   │   ├── Backup
│   │   │   ├── GameServer
│   │   │   │   ├── Game.cs
│   │   │   │   ├── GameServer.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── ServerForm.Designer.cs
│   │   │   │   ├── ServerForm.cs
│   │   │   │   └── ServerForm.resx
│   │   │   ├── GameServer.sln
│   │   │   └── GameServer.suo
│   │   ├── GameServer
│   │   │   ├── Game.cs
│   │   │   ├── GameServer.csproj
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── ServerForm.Designer.cs
│   │   │   ├── ServerForm.cs
│   │   │   ├── ServerForm.resx
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── GameServer.exe
│   │   │   │       ├── GameServer.pdb
│   │   │   │       ├── GameServer.vshost.exe
│   │   │   │       └── GameServer.vshost.exe.manifest
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── GameServer.Properties.Resources.resources
│   │   │       │   ├── GameServer.ServerForm.resources
│   │   │       │   ├── GameServer.csproj.FileListAbsolute.txt
│   │   │       │   ├── GameServer.csproj.GenerateResource.Cache
│   │   │       │   ├── GameServer.exe
│   │   │       │   ├── GameServer.pdb
│   │   │       │   ├── Refactor
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       └── GameServer.csproj.FileList.txt
│   │   ├── GameServer.sln
│   │   ├── GameServer.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │       ├── UpgradeReport.css
│   │       ├── UpgradeReport.xslt
│   │       ├── UpgradeReport_Minus.gif
│   │       └── UpgradeReport_Plus.gif
│   ├── 文档.txt
│   └── 升级游戏协议.txt
└── Thumbs.db

27 directories, 100 files