基本信息
源码名称:你画我猜c#,winform版
源码大小:31.83M
文件格式:.rar
开发语言:C#
更新时间:2023-05-17
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
你画我猜c#,winform版
用c# winfrom编写的 局域网 联网的小游戏 可以多人玩 分为了 出题器 客户端 和 服务端 技术文档和源码都很详细
文件清单
└── 你画我猜游戏
├── 作者相关.txt
├── 你换我猜工程文件
│ ├── 传送
│ │ └── 传送
│ │ └── 传送
│ │ ├── 客户端
│ │ │ ├── CAPClient
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 123.wma
│ │ │ │ │ ├── 99.mp3
│ │ │ │ │ ├── 99.wav
│ │ │ │ │ ├── boom.swf
│ │ │ │ │ ├── CAPClient.exe
│ │ │ │ │ ├── CAPClient.pdb
│ │ │ │ │ ├── CAPClient.vshost.exe
│ │ │ │ │ └── CAPClient.vshost.exe.manifest
│ │ │ │ ├── CAPClient.csproj
│ │ │ │ ├── CAPClient.csproj.user
│ │ │ │ ├── Func.cs
│ │ │ │ ├── mainFrm.cs
│ │ │ │ ├── mainFrm.Designer.cs
│ │ │ │ ├── mainFrm.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── CAPClient.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── CAPClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── CAPClient.exe
│ │ │ │ │ │ ├── CAPClient.frmClient.resources
│ │ │ │ │ │ ├── CAPClient.pdb
│ │ │ │ │ │ ├── CAPClient.Properties.Resources.resources
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResGen.read.1.tlog
│ │ │ │ │ │ ├── ResGen.write.1.tlog
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Release
│ │ │ │ │ ├── CAPClient.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CAPClient.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CAPClient.exe
│ │ │ │ │ ├── CAPClient.frmClient.resources
│ │ │ │ │ ├── CAPClient.pdb
│ │ │ │ │ ├── CAPClient.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CAPClient.sln
│ │ │ └── CAPClient.suo
│ │ └── 服务端
│ │ ├── CAPServer
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AxInterop.ShockwaveFlashObjects.dll
│ │ │ │ ├── bianda.swf
│ │ │ │ ├── boom.swf
│ │ │ │ ├── CAPServer.exe
│ │ │ │ ├── CAPServer.pdb
│ │ │ │ ├── CAPServer.vshost.exe
│ │ │ │ ├── CAPServer.vshost.exe.manifest
│ │ │ │ ├── congming.swf
│ │ │ │ ├── cool.swf
│ │ │ │ ├── dabian.swf
│ │ │ │ ├── fennu.swf
│ │ │ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ │ │ ├── kill.swf
│ │ │ │ ├── outu.swf
│ │ │ │ └── song.swf
│ │ │ ├── CAPServer.csproj
│ │ │ ├── FlashShow.cs
│ │ │ ├── frm_boom.cs
│ │ │ ├── frm_boom.Designer.cs
│ │ │ ├── frm_boom.resx
│ │ │ ├── frm_flower.cs
│ │ │ ├── frm_flower.Designer.cs
│ │ │ ├── frm_flower.resx
│ │ │ ├── Func.cs
│ │ │ ├── mainFrm.cs
│ │ │ ├── mainFrm.Designer.cs
│ │ │ ├── mainFrm.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AxInterop.ShockwaveFlashObjects.dll
│ │ │ │ │ ├── CAPServer.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CAPServer.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CAPServer.csproj.ResolveComReference.cache
│ │ │ │ │ ├── CAPServer.exe
│ │ │ │ │ ├── CAPServer.frm_boom.resources
│ │ │ │ │ ├── CAPServer.frm_flower.resources
│ │ │ │ │ ├── CAPServer.frmServ.resources
│ │ │ │ │ ├── CAPServer.pdb
│ │ │ │ │ ├── CAPServer.Properties.Resources.resources
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResGen.read.1.tlog
│ │ │ │ │ ├── ResGen.write.1.tlog
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── Release
│ │ │ │ ├── CAPServer.csproj.FileListAbsolute.txt
│ │ │ │ ├── CAPServer.csproj.GenerateResource.Cache
│ │ │ │ ├── CAPServer.exe
│ │ │ │ ├── CAPServer.frmServ.resources
│ │ │ │ ├── CAPServer.pdb
│ │ │ │ ├── CAPServer.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── CAPServer.sln
│ │ └── CAPServer.suo
│ └── 抽取随机词组
│ ├── Demo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Demo.exe
│ │ │ ├── Demo.pdb
│ │ │ ├── Demo.vshost.exe
│ │ │ └── Demo.vshost.exe.manifest
│ │ ├── Demo.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── Demo.csproj.FileListAbsolute.txt
│ │ │ ├── Demo.exe
│ │ │ ├── Demo.Form1.resources
│ │ │ ├── Demo.pdb
│ │ │ ├── Demo.Properties.Resources.resources
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Demo.sln
│ └── Demo.suo
├── 你画我猜可执行文件
│ ├── 我猜必要文件
│ │ └── 99.wav
│ ├── 服务1052
│ │ └── CAPServer.exe
│ ├── 服务1121
│ │ └── CAPServer.exe
│ ├── 服务必要文件
│ │ ├── AxInterop.ShockwaveFlashObjects.dll
│ │ ├── bianda.swf
│ │ ├── boom.swf
│ │ ├── congming.swf
│ │ ├── cool.swf
│ │ ├── dabian.swf
│ │ ├── fennu.swf
│ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ ├── kill.swf
│ │ ├── outu.swf
│ │ └── song.swf
│ └── 题目获取器
│ ├── timu.txt
│ └── title.exe
└── 你画我猜技术文档
├── 你画我猜分析.docx
├── 你画我猜用户使用手册.docx
└── 你画我猜简介及规则.docx
43 directories, 142 files
你画我猜c#,winform版
用c# winfrom编写的 局域网 联网的小游戏 可以多人玩 分为了 出题器 客户端 和 服务端 技术文档和源码都很详细
文件清单
└── 你画我猜游戏
├── 作者相关.txt
├── 你换我猜工程文件
│ ├── 传送
│ │ └── 传送
│ │ └── 传送
│ │ ├── 客户端
│ │ │ ├── CAPClient
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 123.wma
│ │ │ │ │ ├── 99.mp3
│ │ │ │ │ ├── 99.wav
│ │ │ │ │ ├── boom.swf
│ │ │ │ │ ├── CAPClient.exe
│ │ │ │ │ ├── CAPClient.pdb
│ │ │ │ │ ├── CAPClient.vshost.exe
│ │ │ │ │ └── CAPClient.vshost.exe.manifest
│ │ │ │ ├── CAPClient.csproj
│ │ │ │ ├── CAPClient.csproj.user
│ │ │ │ ├── Func.cs
│ │ │ │ ├── mainFrm.cs
│ │ │ │ ├── mainFrm.Designer.cs
│ │ │ │ ├── mainFrm.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── CAPClient.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── CAPClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── CAPClient.exe
│ │ │ │ │ │ ├── CAPClient.frmClient.resources
│ │ │ │ │ │ ├── CAPClient.pdb
│ │ │ │ │ │ ├── CAPClient.Properties.Resources.resources
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResGen.read.1.tlog
│ │ │ │ │ │ ├── ResGen.write.1.tlog
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Release
│ │ │ │ │ ├── CAPClient.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CAPClient.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CAPClient.exe
│ │ │ │ │ ├── CAPClient.frmClient.resources
│ │ │ │ │ ├── CAPClient.pdb
│ │ │ │ │ ├── CAPClient.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CAPClient.sln
│ │ │ └── CAPClient.suo
│ │ └── 服务端
│ │ ├── CAPServer
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AxInterop.ShockwaveFlashObjects.dll
│ │ │ │ ├── bianda.swf
│ │ │ │ ├── boom.swf
│ │ │ │ ├── CAPServer.exe
│ │ │ │ ├── CAPServer.pdb
│ │ │ │ ├── CAPServer.vshost.exe
│ │ │ │ ├── CAPServer.vshost.exe.manifest
│ │ │ │ ├── congming.swf
│ │ │ │ ├── cool.swf
│ │ │ │ ├── dabian.swf
│ │ │ │ ├── fennu.swf
│ │ │ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ │ │ ├── kill.swf
│ │ │ │ ├── outu.swf
│ │ │ │ └── song.swf
│ │ │ ├── CAPServer.csproj
│ │ │ ├── FlashShow.cs
│ │ │ ├── frm_boom.cs
│ │ │ ├── frm_boom.Designer.cs
│ │ │ ├── frm_boom.resx
│ │ │ ├── frm_flower.cs
│ │ │ ├── frm_flower.Designer.cs
│ │ │ ├── frm_flower.resx
│ │ │ ├── Func.cs
│ │ │ ├── mainFrm.cs
│ │ │ ├── mainFrm.Designer.cs
│ │ │ ├── mainFrm.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AxInterop.ShockwaveFlashObjects.dll
│ │ │ │ │ ├── CAPServer.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CAPServer.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CAPServer.csproj.ResolveComReference.cache
│ │ │ │ │ ├── CAPServer.exe
│ │ │ │ │ ├── CAPServer.frm_boom.resources
│ │ │ │ │ ├── CAPServer.frm_flower.resources
│ │ │ │ │ ├── CAPServer.frmServ.resources
│ │ │ │ │ ├── CAPServer.pdb
│ │ │ │ │ ├── CAPServer.Properties.Resources.resources
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResGen.read.1.tlog
│ │ │ │ │ ├── ResGen.write.1.tlog
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── Release
│ │ │ │ ├── CAPServer.csproj.FileListAbsolute.txt
│ │ │ │ ├── CAPServer.csproj.GenerateResource.Cache
│ │ │ │ ├── CAPServer.exe
│ │ │ │ ├── CAPServer.frmServ.resources
│ │ │ │ ├── CAPServer.pdb
│ │ │ │ ├── CAPServer.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── CAPServer.sln
│ │ └── CAPServer.suo
│ └── 抽取随机词组
│ ├── Demo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Demo.exe
│ │ │ ├── Demo.pdb
│ │ │ ├── Demo.vshost.exe
│ │ │ └── Demo.vshost.exe.manifest
│ │ ├── Demo.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── Demo.csproj.FileListAbsolute.txt
│ │ │ ├── Demo.exe
│ │ │ ├── Demo.Form1.resources
│ │ │ ├── Demo.pdb
│ │ │ ├── Demo.Properties.Resources.resources
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Demo.sln
│ └── Demo.suo
├── 你画我猜可执行文件
│ ├── 我猜必要文件
│ │ └── 99.wav
│ ├── 服务1052
│ │ └── CAPServer.exe
│ ├── 服务1121
│ │ └── CAPServer.exe
│ ├── 服务必要文件
│ │ ├── AxInterop.ShockwaveFlashObjects.dll
│ │ ├── bianda.swf
│ │ ├── boom.swf
│ │ ├── congming.swf
│ │ ├── cool.swf
│ │ ├── dabian.swf
│ │ ├── fennu.swf
│ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ ├── kill.swf
│ │ ├── outu.swf
│ │ └── song.swf
│ └── 题目获取器
│ ├── timu.txt
│ └── title.exe
└── 你画我猜技术文档
├── 你画我猜分析.docx
├── 你画我猜用户使用手册.docx
└── 你画我猜简介及规则.docx
43 directories, 142 files