• 大小: 0.51M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-26
  • 语言: C#
  • 标签: 1024  2048  游戏  源码  解耦  

资源简介

2048小游戏,窗口游戏,界面漂亮,逻辑清晰

资源截图

代码片段和文件信息

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

namespace _2048
{
    public partial class _2048messageBox : Form
    {
        public _2048messageBox()
        {
            InitializeComponent();
        }
        public string a { get; set; }
        public string b { get; set; }

        private void _2048messageBox_Load(object sender EventArgs e)
        {
            label1.Text = a;
            textBox1.Text = b;
            this.TopLevel = true;
        }
        public void b_add(string x)
        {
            textBox1.AppendText(x);
        }


        private void _2048messageBox_MouseClick(object sender MouseEventArgs e)
        {
            this.Close();
        }

        private void _2048messageBox_KeyDown(object sender KeyEventArgs e)
        {
            if (e.KeyCode == Keys.Enter)
                this.Clos

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

    ..A..H.     66048  2017-11-01 11:54  2048\.vs\2048\v15\.suo

     文件     483328  2017-11-01 11:54  2048\.vs\2048\v15\sqlite3\storage.ide

     文件       6102  2017-03-09 15:46  2048\2048\2048.csproj

     文件        452  2016-02-19 21:55  2048\2048\2048.csproj.user

     文件      67646  2016-02-19 21:55  2048\2048\2048.ico

     文件       1030  2016-02-19 21:55  2048\2048\2048messageBox.cs

     文件       4979  2016-02-19 21:55  2048\2048\2048messageBox.designer.cs

     文件       5817  2016-02-19 21:55  2048\2048\2048messageBox.resx

     文件       2261  2017-03-09 16:17  2048\2048\AnimateWindow.cs

     文件        117  2016-02-19 21:55  2048\2048\app.config

     文件     164352  2017-10-25 22:10  2048\2048\bin\Debug\2048.exe

     文件        117  2016-02-19 21:55  2048\2048\bin\Debug\2048.exe.config

     文件      52736  2017-10-25 22:10  2048\2048\bin\Debug\2048.pdb

     文件      11608  2017-04-20 15:56  2048\2048\bin\Debug\2048.vshost.exe

     文件        117  2016-02-19 21:55  2048\2048\bin\Debug\2048.vshost.exe.config

     文件        490  2010-03-17 22:39  2048\2048\bin\Debug\2048.vshost.exe.manifest

     文件     225402  2017-10-25 22:12  2048\2048\bin\Debug\成绩截图 .bmp

     文件      13263  2016-02-19 21:55  2048\2048\Class1.cs

     文件      12436  2017-10-25 22:10  2048\2048\Form1.cs

     文件       8145  2017-04-20 15:55  2048\2048\Form1.Designer.cs

     文件     107589  2017-04-20 15:55  2048\2048\Form1.resx

     文件        616  2017-03-09 15:13  2048\2048\Game_Over.cs

     文件       8471  2017-03-09 15:13  2048\2048\Game_Over.designer.cs

     文件       5817  2017-03-09 15:13  2048\2048\Game_Over.resx

     文件         42  2017-10-25 22:07  2048\2048\obj\x86\Debug\2048.csproj.CoreCompileInputs.cache

     文件       3307  2017-10-25 22:07  2048\2048\obj\x86\Debug\2048.csproj.FileListAbsolute.txt

     文件        976  2017-10-25 22:10  2048\2048\obj\x86\Debug\2048.csproj.GenerateResource.Cache

     文件       1340  2017-10-25 22:07  2048\2048\obj\x86\Debug\2048.csprojResolveAssemblyReference.cache

     文件     164352  2017-10-25 22:10  2048\2048\obj\x86\Debug\2048.exe

     文件      52736  2017-10-25 22:10  2048\2048\obj\x86\Debug\2048.pdb

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

评论

共有 条评论