资源简介
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个文件信息
- 上一篇:Dotween.unitypackage
- 下一篇:网格系统源码
相关资源
- C# 飞行棋 游戏源码(面向对象入门)
- 猜数小游戏WCF网络编程技术(附服务
- 357game(数字游戏源码)
- 2048核心算法(.net core 控制台版)
- 猜数游戏
- windows mobile 游戏
- C# 飞行棋 游戏
- C#飞行棋 游戏
-
C# MediaPla
yer 播放声音 - c# 猜数游戏
- c#窗体应用双色球小游戏(附文档)
- 猜数字游戏(窗体版)
- 开火车小游戏源码(基于wpf开发的小
- 猜随机数游戏源码
- 游戏插件代码(AdminTools.cs)
- C#贪吃蛇小游戏源码
- RxjhGameServer 热血江湖11.0 服务端游戏端
- Dushu 数独游戏的Csharp源代码
- WPFGame WPF制作的游戏
- [C#游戏编程].C-#.Game.Programming.-.For.Se
- C# 贪吃蛇小游戏课程设计+源码
- C#版勇士斗恶龙源码
- C#编写经典猜数字游戏内含源代码
- C#2D游戏之炸弹人开发
- c#小游戏贪吃蛇源代码
- C#贪吃蛇非常强悍的C#贪吃蛇游戏,你
- C# 吃棋子网络 游戏 服务器端和客户端
- c#做的利用Joystick类连接游戏或工业摇
- C#实现2048小游戏
- C# WINFORM小游戏
评论
共有 条评论