• 大小: 0.07M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 游戏  

资源简介

推箱子游戏,里面有很多关,仅供参考学习

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace MyGame
{
    class Config
    {

        //0空白  1 墙  2地板  3空坑  4满坑  5豆  6上 7下 8左 9右

        public static string[] Levels = new string[]
        {
           “0000000000000000000000000000000000000000000000000000000000000000000000111000000000000013100000000000001211110000000011152531000000001325611100000000111151000000000000013100000000000001110000000000000000000000000000000000000000000000000000000000000000000000“
“00000000000000000000000000000000000000000000000000001111100000000000162210000000000012551011100000001252101310000000111211131000000001122223100000000122212210000000012221111000000001111100000000000000000000000000000000000000000000000000000

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1468  2010-08-14 22:07  CodePub.Com说明.txt

     文件        943  2010-11-07 09:23  MyGame\obj\Debug\MyGame.csproj.FileListAbsolute.txt

     文件      96768  2010-11-07 09:23  MyGame\bin\Debug\MyGame.exe

     文件      96768  2010-11-07 09:23  MyGame\obj\Debug\MyGame.exe

     文件      14328  2010-11-07 08:56  MyGame\bin\Debug\MyGame.vshost.exe

     文件       5632  2010-11-06 14:25  MyGame\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       1286  2010-11-07 09:23  MyGame\obj\Debug\MyGame.csproj.GenerateResource.Cache

     文件          1  2010-11-06 14:21  MyGame\ClassDiagram1.cd

     文件       1360  2010-11-06 14:15  MyGame\Properties\AssemblyInfo.cs

     文件      27928  2010-11-07 08:55  MyGame\Config.cs

     文件       7527  2010-11-07 09:23  MyGame\Form1.cs

     文件      10144  2010-11-07 09:23  MyGame\Form1.Designer.cs

     文件        487  2010-11-06 14:15  MyGame\Program.cs

     文件       5306  2010-11-06 14:25  MyGame\Properties\Resources.Designer.cs

     文件       1091  2010-11-06 14:15  MyGame\Properties\Settings.Designer.cs

     文件       1171  2010-11-06 15:49  MyGame\ucItem.cs

     文件       2747  2010-11-06 14:30  MyGame\ucItem.Designer.cs

     文件       6928  2010-11-06 14:28  MyGame\MyGame.csproj

     文件        490  2007-07-21 01:33  MyGame\bin\Debug\MyGame.vshost.exe.manifest

     文件      46592  2010-11-07 09:23  MyGame\bin\Debug\MyGame.pdb

     文件      46592  2010-11-07 09:23  MyGame\obj\Debug\MyGame.pdb

     文件        180  2010-11-07 09:23  MyGame\obj\Debug\MyGame.Form1.resources

     文件      15710  2010-11-06 14:30  MyGame\obj\Debug\MyGame.Properties.Resources.resources

     文件       8891  2010-11-06 14:30  MyGame\obj\Debug\MyGame.ucItem.resources

     文件       5814  2010-11-07 09:23  MyGame\Form1.resx

     文件       8337  2010-11-06 14:25  MyGame\Properties\Resources.resx

     文件      18944  2010-11-06 14:30  MyGame\ucItem.resx

     文件        249  2010-11-06 14:15  MyGame\Properties\Settings.settings

     文件        908  2010-11-06 14:15  MyGame.sln

     文件        544  2010-11-06 14:28  MyGame\MyGame.csproj.user

............此处省略22个文件信息

评论

共有 条评论