资源简介
这是一个用ASP.NET开发的泡泡堂游戏,带有详细代码,详细注释,可直接运行。需要的请下载!
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
namespace PawPaw
{
///
/// 游戏中所有元素的基类
///
public abstract class baseEntity
{
///
/// 表示元素的X坐标
///
public int X { get; set; }
///
/// 表示元素的Y坐标
///
public int Y { get; set; }
///
/// 元素的绘制方法
///
/// 封装一个GDI+绘图图画不能继承的类
public abstract void Draw(Graphics g);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 731 2012-09-06 17:50 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\ba
文件 979 2012-09-14 11:21 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Bomb.cs
文件 525 2012-09-13 10:46 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Enemy.cs
文件 965 2012-09-14 23:23 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Fire.cs
文件 1575 2012-09-15 09:24 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\GameMain.cs
文件 2511 2012-09-15 09:24 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\GameMain.Designer.cs
文件 11967 2012-09-15 09:24 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\GameMain.resx
文件 20865 2012-09-17 10:39 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\GameManager.cs
文件 5712 2012-09-12 17:50 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\GameMap.cs
文件 3350 2012-09-11 15:45 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\GameRole.cs
文件 810 2012-09-11 21:22 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Hero.cs
文件 920 2012-09-13 10:41 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\HitCheck.cs
文件 3080 2012-09-11 16:40 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\InitResource.cs
文件 1572 2012-09-13 10:12 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Keyboard.cs
文件 5106 2012-09-15 15:08 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\PawPaw.csproj
文件 1703 2012-10-03 17:03 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Prize.cs
文件 490 2012-09-11 15:58 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Program.cs
文件 1368 2012-09-06 09:51 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Properties\AssemblyInfo.cs
文件 5510 2012-09-11 18:56 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Properties\Resources.Designer.cs
文件 8437 2012-09-11 18:56 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Properties\Resources.resx
文件 1091 2012-09-06 09:51 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Properties\Settings.Designer.cs
文件 249 2012-09-06 09:51 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Properties\Settings.settings
文件 9477 2012-09-11 18:56 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Resources\Bomb.png
文件 19062 2012-09-11 18:56 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Resources\Enemy.png
文件 10844 2012-09-11 18:56 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Resources\Fire.png
文件 20105 2012-09-11 18:56 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Resources\Floor.png
文件 19897 2012-09-11 18:56 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Resources\Hero.png
文件 2651948 2012-09-11 18:56 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Resources\play.wav
文件 6469676 2012-09-11 18:56 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Resources\play2.wav
文件 13249 2012-09-11 18:56 .net 泡泡堂游戏详细代码,可直接运行\PawPaw\Backup\PawPaw\Resources\Prize.png
............此处省略100个文件信息
相关资源
- Programming ASP.NET Core PDF 高清版加源码
- ASP.NET+SQL Server美食网站源码.rar
- NFine快速开发框架C#源码完全开源版
- Autodesk Forge平台转换模型 模型资源 离
- asp.net+sql server实现的简易服装管理系
- ASP·NET程序设计教程C#版
- asp.net动态js菜单(动态菜单+静态菜单
- 基于asp.net的人事工资管理系统
- C#Web办公系统源码
- ASP.NET+SQL Server 农产品溯源系统源码
- Pro ASP.Net MVC 5 无水印pdf
- wiki开源代码asp.net+sql
- asp.net 源码:微信公众号接口,微信企
- ASP.NET通用权限管理框架
- 基于ASP.NET MVC项目源码完整(含Aspos
- asp.net网上书店
- ASP.NET+SQL Server勤工助学系统的设计与
- Asp.net语言写的三层架构的校园论坛
- asp.net 图片管理系统(C#)
- ASP.NET 4.5.1入门经典第9版源码
- 可重用的MVC分页方法ASP.NET MVC
- ASP.NET+MVC5+EF6+EasyUI完整源码 只要一分
- asp.net mvc4 实现用户登录
- asp.net个人网站
- ASP.NET MVC5 框架揭秘
- ASP.NET MVC3与三层架构的电子商城源码
- ASP.NET微信公众平台开发源代码
- 最新微软官方文档 ASP.NET CORE 2.2
- ASP.net基于百度AI的在线人脸登陆,人
- ASP.Net MVC + bootstrap 仓库管理系统源码
评论
共有 条评论