嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
单机版抢车位游戏(C#语言)
使用面向对象编程,代码直接查看,还可修改,如有bug,多多指教
.
├── CarGame
│ ├── CarGame
│ │ ├── Car.cs
│ │ ├── CarGame.csproj
│ │ ├── CarMarket.cs
│ │ ├── CarParking.cs
│ │ ├── Game.cs
│ │ ├── LoginFrm.Designer.cs
│ │ ├── LoginFrm.cs
│ │ ├── LoginFrm.resx
│ │ ├── ManagerHelper.cs
│ │ ├── ManiFrm.Designer.cs
│ │ ├── ManiFrm.cs
│ │ ├── ManiFrm.resx
│ │ ├── ParkingSpace.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── 玩家车辆信息.jpg
│ │ │ └── 玩家车辆信息1.jpg
│ │ ├── User.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Car
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 4.jpg
│ │ │ │ ├── BENZ SLR.png
│ │ │ │ ├── Ferrari Enzo.png
│ │ │ │ ├── NISSAN GTR.png
│ │ │ │ ├── NISSAN标志.png
│ │ │ │ ├── QQ.png
│ │ │ │ ├── QQ标志.png
│ │ │ │ ├── 乐驰.png
│ │ │ │ ├── 宝来.png
│ │ │ │ ├── 悍马.png
│ │ │ │ ├── 雅阁.png
│ │ │ │ ├── 本田CRV.png
│ │ │ │ ├── 奥迪Q7.png
│ │ │ │ ├── 奥迪TT.png
│ │ │ │ ├── 宝马X5.png
│ │ │ │ ├── 卡罗拉.png
│ │ │ │ ├── 帕萨特.png
│ │ │ │ ├── 甲壳虫.png
│ │ │ │ ├── 雪铁龙C2.png
│ │ │ │ ├── 丰田标志.png
│ │ │ │ ├── 乐驰标志.png
│ │ │ │ ├── 兰博基尼.png
│ │ │ │ ├── 别克凯越.png
│ │ │ │ ├── 别克标志.png
│ │ │ │ ├── 大众标志.png
│ │ │ │ ├── 奔驰标志.png
│ │ │ │ ├── 奥迪标志.png
│ │ │ │ ├── 宝马标志.png
│ │ │ │ ├── 悍马标志.png
│ │ │ │ ├── 本田标志.png
│ │ │ │ ├── 玛莎拉蒂.png
│ │ │ │ ├── 路虎揽胜.png
│ │ │ │ ├── 路虎标志.png
│ │ │ │ ├── 法拉利标志.png
│ │ │ │ ├── 雪铁龙标志.png
│ │ │ │ ├── 兰博基尼标志.png
│ │ │ │ └── 玛莎拉蒂标志.png
│ │ │ ├── CarGame.exe
│ │ │ ├── CarGame.pdb
│ │ │ ├── CarGame.vshost.exe
│ │ │ ├── CarGame.vshost.exe.manifest
│ │ │ └── bg
│ │ │ ├── Parking.jpg
│ │ │ ├── btnBgImage.jpg
│ │ │ ├── btnClose.png
│ │ │ └── index_show.jpg
│ │ └── obj
│ │ └── Debug
│ │ ├── CarGame.ManiFrm.resources
│ │ ├── CarGame.Properties.Resources.resources
│ │ ├── CarGame.csproj.FileListAbsolute.txt
│ │ ├── CarGame.csproj.GenerateResource.Cache
│ │ ├── CarGame.exe
│ │ ├── CarGame.pdb
│ │ ├── CarGame.pnlLogin.resources
│ │ ├── Refactor
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── CarGame.sln
│ └── CarGame.suo
├── 抢车位界面功能说明.doc
├── 单机版抢车位游戏(C#语言)_抢车位.rar
└── 初始化游戏中所有玩家对象.txt
12 directories, 84 files