基本信息
源码名称:简单的C#制作的推箱子游戏
源码大小:0.79M
文件格式:.rar
开发语言:C#
更新时间:2023-11-21
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
简单的C#制作的推箱子游戏,仅此给初学者一个学习的模板

.
├── PushBoxGame
│   ├── PushBoxGame
│   │   ├── Class
│   │   │   ├── Box.cs
│   │   │   ├── Controller.cs
│   │   │   ├── FindPath.cs
│   │   │   ├── Man.cs
│   │   │   └── PointInfo.cs
│   │   ├── Maps
│   │   │   ├── map.dat
│   │   │   ├── map1.txt
│   │   │   ├── map10.txt
│   │   │   ├── map11.txt
│   │   │   ├── map2.txt
│   │   │   ├── map3.txt
│   │   │   ├── map4.txt
│   │   │   ├── map5.txt
│   │   │   ├── map6.txt
│   │   │   ├── map7.txt
│   │   │   ├── map8.txt
│   │   │   └── map9.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── PushBoxGame.csproj
│   │   ├── PushBoxGame.csproj.user
│   │   ├── PushBoxGame_TemporaryKey.pfx
│   │   ├── Windows
│   │   │   ├── AboutGame.Designer.cs
│   │   │   ├── AboutGame.cs
│   │   │   ├── AboutGame.resx
│   │   │   ├── MainBox.Designer.cs
│   │   │   ├── MainBox.cs
│   │   │   ├── MainBox.resx
│   │   │   ├── SelectBox.Designer.cs
│   │   │   ├── SelectBox.cs
│   │   │   └── SelectBox.resx
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── PushBoxGame.application
│   │   │       ├── PushBoxGame.exe
│   │   │       ├── PushBoxGame.exe.manifest
│   │   │       ├── PushBoxGame.pdb
│   │   │       ├── PushBoxGame.publish
│   │   │       │   ├── PushBoxGame.application
│   │   │       │   ├── PushBoxGame_1_0_0_0
│   │   │       │   │   ├── Maps
│   │   │       │   │   │   ├── map1.jpg.deploy
│   │   │       │   │   │   └── map1.txt.deploy
│   │   │       │   │   ├── PushBoxGame.exe.deploy
│   │   │       │   │   ├── PushBoxGame.exe.manifest
│   │   │       │   │   └── images
│   │   │       │   │       ├── PushBox.ico.deploy
│   │   │       │   │       ├── PushBox20b.jpg.deploy
│   │   │       │   │       ├── PushBox20e.jpg.deploy
│   │   │       │   │       ├── PushBox20i.jpg.deploy
│   │   │       │   │       ├── PushBox20k.jpg.deploy
│   │   │       │   │       ├── PushBox20m.jpg.deploy
│   │   │       │   │       ├── PushBox20q.jpg.deploy
│   │   │       │   │       ├── PushBox20r.jpg.deploy
│   │   │       │   │       ├── PushBox20s.jpg.deploy
│   │   │       │   │       └── logo.jpg.deploy
│   │   │       │   ├── autorun.inf
│   │   │       │   └── setup.exe
│   │   │       ├── PushBoxGame.vshost.application
│   │   │       ├── PushBoxGame.vshost.exe
│   │   │       └── PushBoxGame.vshost.exe.manifest
│   │   ├── images
│   │   │   ├── PushBox.ico
│   │   │   ├── PushBox20b.jpg
│   │   │   ├── PushBox20e.jpg
│   │   │   ├── PushBox20i.jpg
│   │   │   ├── PushBox20k.jpg
│   │   │   ├── PushBox20m.jpg
│   │   │   ├── PushBox20q.jpg
│   │   │   ├── PushBox20r.jpg
│   │   │   ├── PushBox20s.jpg
│   │   │   ├── logo.jpg
│   │   │   ├── map1.jpg
│   │   │   ├── map10.jpg
│   │   │   ├── map11.jpg
│   │   │   ├── map2.jpg
│   │   │   ├── map3.jpg
│   │   │   ├── map4.jpg
│   │   │   ├── map5.jpg
│   │   │   ├── map6.jpg
│   │   │   ├── map7.jpg
│   │   │   ├── map8.jpg
│   │   │   └── map9.jpg
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── PushBoxGame.MainBox.resources
│   │       │   ├── PushBoxGame.Properties.Resources.resources
│   │       │   ├── PushBoxGame.Windows.AboutGame.resources
│   │       │   ├── PushBoxGame.Windows.SelectBox.resources
│   │       │   ├── PushBoxGame.application
│   │       │   ├── PushBoxGame.csproj.GenerateResource.Cache
│   │       │   ├── PushBoxGame.exe
│   │       │   ├── PushBoxGame.exe.manifest
│   │       │   ├── PushBoxGame.pdb
│   │       │   ├── Refactor
│   │       │   └── TempPE
│   │       └── PushBoxGame.csproj.FileList.txt
│   ├── PushBoxGame.sln
│   └── PushBoxGame.suo
└── 简单的C#制作的推箱子游戏_PushBoxGame.rar

17 directories, 93 files