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

资源简介

模仿钢琴块游戏的实例,目前还没写判断游戏结束的方法

但基本不影响使用,关卡文件一同打包到实例里了

资源截图

代码片段和文件信息

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

namespace SimpleMidiPlayer.Midi
{
    public class DeviceException : ApplicationException
    {
        public const int MMSYSERR_ALLOCATED = 4;
        public const int MMSYSERR_BADDB = 14;
        public const int MMSYSERR_BADDEVICEID = 2;
        public const int MMSYSERR_BADERRNUM = 9;
        public const int MMSYSERR_DELETEERROR = 18;
        public const int MMSYSERR_ERROR = 1;
        public const int MMSYSERR_HANDLEBUSY = 12;
        public const int MMSYSERR_INVALFLAG = 10;
        public const int MMSYSERR_INVALHANDLE = 5;
        public const int MMSYSERR_INVALIDALIAS = 13;
        public const int MMSYSERR_INVALPARAM = 11;
        public const int MMSYSERR_KEYNOTFOUND = 15;
        public c

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-04-22 17:56  钢琴块 Demo\
     文件        1542  2018-04-15 10:56  钢琴块 Demo\DeviceException.cs
     文件       12177  2018-06-13 21:06  钢琴块 Demo\GameControl.Designer.cs
     文件       13563  2018-06-13 21:09  钢琴块 Demo\GameControl.cs
     文件     2355246  2018-06-13 21:06  钢琴块 Demo\GameControl.resx
     文件        7600  2018-04-15 10:56  钢琴块 Demo\GeneralProgram.cs
     文件        4902  2018-04-15 10:56  钢琴块 Demo\MidiDevice.cs
     文件        1469  2018-04-15 10:56  钢琴块 Demo\MidiDeviceException.cs
     文件        2302  2018-04-15 10:56  钢琴块 Demo\MidiOutCaps.cs
     文件        9686  2018-04-15 11:22  钢琴块 Demo\MusicDocument.cs
     文件        2865  2018-04-15 10:56  钢琴块 Demo\MusicScoreInfo.cs
     文件        3071  2018-04-15 10:56  钢琴块 Demo\NoteTable.cs
     文件        6220  2018-04-15 10:56  钢琴块 Demo\OutputDevicebase.cs
     文件         501  2018-04-15 15:15  钢琴块 Demo\Program.cs
     目录           0  2018-04-22 17:56  钢琴块 Demo\Properties\
     文件        1368  2018-04-14 20:28  钢琴块 Demo\Properties\AssemblyInfo.cs
     文件        3244  2018-04-15 15:49  钢琴块 Demo\Properties\Resources.Designer.cs
     文件        6205  2018-04-15 15:49  钢琴块 Demo\Properties\Resources.resx
     文件        1101  2018-04-14 20:28  钢琴块 Demo\Properties\Settings.Designer.cs
     文件         249  2018-04-14 20:28  钢琴块 Demo\Properties\Settings.settings
     目录           0  2018-04-22 17:56  钢琴块 Demo\Resources\
     文件        8255  2018-04-15 15:48  钢琴块 Demo\Resources\noteblock.png
     文件        1444  2018-04-15 10:56  钢琴块 Demo\Utils.cs
     目录           0  2018-04-22 17:56  钢琴块 Demo\bin\
     目录           0  2018-04-22 17:56  钢琴块 Demo\bin\Debug\
     目录           0  2018-04-22 17:56  钢琴块 Demo\bin\Debug\Level\
     文件        1320  2018-04-17 21:36  钢琴块 Demo\bin\Debug\Level\faded - Demo版.level
     文件     1617408  2018-06-13 21:09  钢琴块 Demo\bin\Debug\钢琴块 Demo.exe
     文件       77312  2018-06-13 21:09  钢琴块 Demo\bin\Debug\钢琴块 Demo.pdb
     文件       11600  2018-06-13 21:09  钢琴块 Demo\bin\Debug\钢琴块 Demo.vshost.exe
     文件         490  2012-06-06 02:06  钢琴块 Demo\bin\Debug\钢琴块 Demo.vshost.exe.manifest
............此处省略5个文件信息

评论

共有 条评论