• 大小: 0.18M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: 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.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 Mouse

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-05-17 15:46  2048游戏源码\
     目录           0  2015-03-03 11:14  2048游戏源码\2048\
     文件        6214  2014-06-05 22:12  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
     文件        1050  2014-06-05 21:34  2048游戏源码\2048\2048messageBox.cs
     文件        4979  2014-06-05 21:34  2048游戏源码\2048\2048messageBox.designer.cs
     文件        5817  2014-06-05 21:34  2048游戏源码\2048\2048messageBox.resx
     文件       13283  2014-06-05 22:11  2048游戏源码\2048\Class1.cs
     文件        8145  2014-06-05 21:30  2048游戏源码\2048\Form1.Designer.cs
     文件       12239  2014-06-05 22:11  2048游戏源码\2048\Form1.cs
     文件      107589  2014-06-05 21:30  2048游戏源码\2048\Form1.resx
     文件         638  2014-06-05 13:43  2048游戏源码\2048\Game_Over.cs
     文件        8471  2014-06-05 13:37  2048游戏源码\2048\Game_Over.designer.cs
     文件        5817  2014-06-05 13:37  2048游戏源码\2048\Game_Over.resx
     文件         486  2014-06-02 19:06  2048游戏源码\2048\Program.cs
     目录           0  2015-03-03 11:14  2048游戏源码\2048\Properties\
     文件        1358  2014-06-02 19:06  2048游戏源码\2048\Properties\AssemblyInfo.cs
     文件        2849  2014-06-05 12:01  2048游戏源码\2048\Properties\Resources.Designer.cs
     文件        5817  2014-06-05 12:01  2048游戏源码\2048\Properties\Resources.resx
     文件        1091  2014-06-02 19:06  2048游戏源码\2048\Properties\Settings.Designer.cs
     文件         249  2014-06-02 19:06  2048游戏源码\2048\Properties\Settings.settings
     目录           0  2015-03-03 11:14  2048游戏源码\2048\bin\
     目录           0  2015-03-03 11:14  2048游戏源码\2048\bin\Debug\
     文件      163840  2014-06-05 22:12  2048游戏源码\2048\bin\Debug\2048.exe
     目录           0  2015-03-03 11:14  2048游戏源码\2048\obj\
     目录           0  2015-03-03 11:14  2048游戏源码\2048\obj\x86\
     目录           0  2015-03-03 11:14  2048游戏源码\2048\obj\x86\Debug\
     文件         774  2014-06-05 22:12  2048游戏源码\2048\obj\x86\Debug\2048.csproj.FileListAbsolute.txt
     文件      163840  2014-06-05 22:12  2048游戏源码\2048\obj\x86\Debug\2048.exe
     文件       56832  2014-06-05 22:12  2048游戏源码\2048\obj\x86\Debug\2048.pdb
............此处省略12个文件信息

评论

共有 条评论