资源简介
使用C#实现基本的打字游戏,功能比较齐全,有等级变换,字体设置,大招控制,连续打击个数等
代码片段和文件信息
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;
using System.Collections;
using 打字游戏;
using System.Runtime.InteropServices;
using System.IO;
using System.Media;
namespace WordGame
{
public partial class Form1 : Form
{
[DllImport(“SHELL32.dll“)]
public extern static int ShellExecute(IntPtr hwnd string lpOperation
string lpFile string lpParameters string lpDirectory int nShowCmd);
public enum ShowWindowCommands : int
{
SW_HIDE = 0
SW_SHOWNORMAL = 1
SW_NORMAL = 1
SW_SHOWMINIMIZED = 2
SW_SHOWMAXIMIZED = 3
SW_MAXIMIZE = 3
SW_SHOWNOACTIVATE = 4
SW_SHOW = 5
SW_MINIMIZE = 6
SW_SHOWMINNOACTIVE = 7
SW_SHOWNA = 8
SW_RESTORE = 9
SW_SHOWDEFAULT = 10
SW_MAX = 10
}
Hashtable _htlab = new Hashtable();
int _count = 0;
int _life = 10;
int hour;
int min;
int seconds;
DateTime nowTime;
FileStream fs = null;
SoundPlayer sp = null;
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
//SetTime();
fs = new FileStream(“Windows XP 启动.wav“ FileMode.Open);
sp = new SoundPlayer(fs);
sp.PlayLooping();
fs.Close();
this.toolStripStatusLabel2.Text = DateTime.Now.ToString();
}
private void SetTime()
{
DateTime now_Time = DateTime.Now;
TimeSpan timeSpan = now_Time - nowTime;
hour = timeSpan.Hours;
min = timeSpan.Minutes;
seconds = timeSpan.Seconds;
this.toolStripStatusLabel2.Text = hour.ToString() + “:“ + min.ToString() + “:“ + seconds.ToString();
}
private void StartToolStripMenuItem_Click(object sender EventArgs e)
{
this.timerlab.Enabled = true;
this.timerrate.Enabled = true;
this.timerrate.Interval = 1;
this.timerlab.Interval = 1; //计时器计时
_count = 0;
_life = 10;
if (_htlab == null)
_htlab = new Hashtable();
}
private void StopToolStripMenuItem_Click(object sender EventArgs e)
{
this.timerlab.Enabled = false;
this.timerrate.Enabled = false;
}
private void EndToolStripMenuItem_Click_1(object sender EventArgs e)
{
fs = new FileStream(“Windows XP 关机.wav“ FileMode.Open);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 516096 2012-05-11 14:20 WordGame\bin\Debug\IrisSkin2.dll
文件 282608 2006-10-27 20:30 WordGame\bin\Debug\Windows XP 关机.wav
文件 424644 2006-10-27 20:30 WordGame\bin\Debug\Windows XP 启动.wav
文件 299008 2012-07-09 22:58 WordGame\bin\Debug\WordGame.exe
文件 34304 2012-07-09 22:58 WordGame\bin\Debug\WordGame.pdb
文件 14328 2012-07-09 22:09 WordGame\bin\Debug\WordGame.vshost.exe
文件 490 2009-06-11 05:14 WordGame\bin\Debug\WordGame.vshost.exe.manifest
文件 101422 2006-12-05 17:33 WordGame\bin\Debug\光标放在按钮上时.mp3
文件 3765999 2012-06-30 21:50 WordGame\bin\Debug\有点甜.mp3
文件 516096 2012-05-11 14:20 WordGame\bin\Release\IrisSkin2.dll
文件 297984 2011-12-30 08:31 WordGame\bin\Release\WordGame.exe
文件 32256 2011-12-30 08:31 WordGame\bin\Release\WordGame.pdb
文件 101422 2006-12-05 17:33 WordGame\bin\光标放在按钮上时.wav
文件 1399 2012-07-07 21:37 WordGame\ClassDiagram1.cd
文件 9726 2012-07-09 22:59 WordGame\Form1.cs
文件 17123 2012-07-09 22:53 WordGame\Form1.Designer.cs
文件 427200 2012-07-09 22:53 WordGame\Form1.resx
文件 415 2011-12-30 10:17 WordGame\help\help.txt
文件 290816 2008-11-11 00:16 WordGame\Interop.WMPLib.dll
文件 516096 2012-05-11 14:20 WordGame\IrisSkin2.dll
文件 1026 2012-07-09 22:16 WordGame\myRandom.cs
文件 69011 2012-07-08 19:23 WordGame\obj\Debug\ResolveAssemblyReference.cache
文件 2490 2011-12-30 08:28 WordGame\obj\Debug\WordGame.csproj.FileListAbsolute.txt
文件 847 2012-07-08 19:07 WordGame\obj\Debug\WordGame.csproj.GenerateResource.Cache
文件 298496 2012-07-08 22:02 WordGame\obj\Debug\WordGame.exe
文件 280252 2012-07-08 19:11 WordGame\obj\Debug\WordGame.Form1.resources
文件 34304 2012-07-08 22:02 WordGame\obj\Debug\WordGame.pdb
文件 180 2012-07-08 19:11 WordGame\obj\Debug\WordGame.Properties.Resources.resources
文件 90270 2012-07-09 22:10 WordGame\obj\Release\ResolveAssemblyReference.cache
文件 4608 2012-07-09 22:19 WordGame\obj\Release\TempPE\ResourceR.Designer.cs.dll
............此处省略70个文件信息
相关资源
- C#收银系统源码
- unity C# Entitas 1.5.2 框架 带jenny server
- 支付宝线下支付C# WINFORM及官网DEMO
- C#视频播放器源码
- C# 地铁一卡通系统源码(含数据库)
- c# 实现多个客户端桌面截取共享到服
- NX OPEN C# 开发官方教程
- 《C#并发编程经典》高清带书签
- c#窗体应用程序
- 基于c#的图书管理系统
- C# paint.net 源代码
- c#大富翁源代码+详细注释
- C#并发编程经典-高清PDF(图灵2015年出
- C#MyQQ增强版
- C#做的桌面快捷方式管理程序
- winform 进销存源码+数据库
- C#语言编写的酒店管理系统
- C#人事管理系统winform版
- Arcgis Engine C# web开发(共24个)
- 使用C#语言winform做的医院挂号管理系
- C#功能界面美化(多种时尚化颜色搭配
- C# winform 通讯录软件
- 医院管理系统C#.NET 完整
- C#程序设计及应用教程第三版-马俊主
- c#水平矫正文本图像
- 校园导游图 C# floyd算法
- 数据结构与算法:C#语言描述(中文)
- C#课程设计《学生防疫信息管理软件》
- c#医院管理系统
- C#药店管理系统 带完整数据库
评论
共有 条评论