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

资源简介

c#2048游戏制作方法

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Games
{
    public partial class _2048messageBox : MyForm
    {
        public _2048messageBox(string titlestring message)
        {
            InitializeComponent();
            this.max_moved_top = 100;
            label1.Text = title;
            textBox1.Text = message.ToString();
        }
        protected override void onkeydown(KeyEventArgs e)
        {
            if (e.KeyCode == Keys.Enter)
                this.Close();
            base.onkeydown(e);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-09-15 13:20  2048\
     目录           0  2018-06-23 10:56  2048\2048\
     文件        1613  2014-09-15 13:22  2048\2048.sln
     文件       35840  2014-06-05 22:13  2048\2048.suo
     文件       76288  2014-09-15 20:01  2048\2048.v12.suo
     文件        6440  2014-09-15 04:52  2048\2048\2048.csproj
     文件         452  2014-06-05 22:12  2048\2048\2048.csproj.user
     文件       67646  2014-06-05 12:00  2048\2048\2048.ico
     文件        3584  2018-06-23 10:56  2048\2048\2048.suo
     文件         743  2014-09-15 05:02  2048\2048\2048messageBox.cs
     文件        4691  2014-09-15 04:39  2048\2048\2048messageBox.Designer.cs
     文件         163  2014-09-15 04:00  2048\2048\app.config
     目录           0  2014-06-04 21:48  2048\2048\bin\
     目录           0  2018-06-23 10:56  2048\2048\bin\Debug\
     文件      160256  2018-06-23 10:50  2048\2048\bin\Debug\2048.exe
     文件         163  2014-09-15 04:00  2048\2048\bin\Debug\2048.exe.config
     文件       65024  2018-06-23 10:50  2048\2048\bin\Debug\2048.pdb
     文件       11600  2018-06-23 10:56  2048\2048\bin\Debug\2048.vshost.exe
     文件         163  2014-09-15 04:00  2048\2048\bin\Debug\2048.vshost.exe.config
     文件         490  2018-04-12 07:35  2048\2048\bin\Debug\2048.vshost.exe.manifest
     文件         434  2018-06-23 10:56  2048\2048\bin\Debug\Game.ser
     目录           0  2014-06-02 19:06  2048\2048\bin\Release\
     文件       13439  2014-09-15 19:48  2048\2048\GameData.cs
     文件         934  2014-09-15 05:03  2048\2048\Game_Over.cs
     文件        8611  2014-09-15 03:08  2048\2048\Game_Over.Designer.cs
     文件        5817  2014-09-15 03:07  2048\2048\Game_Over.resx
     文件       10351  2014-09-15 19:59  2048\2048\Main.cs
     文件        1859  2014-09-14 23:50  2048\2048\Main.Designer.cs
     文件      107589  2014-09-14 21:03  2048\2048\Main.resx
     文件        6258  2014-09-15 03:18  2048\2048\MyForm.cs
     文件        5817  2014-09-15 00:42  2048\2048\MyForm.resx
............此处省略28个文件信息

评论

共有 条评论