资源简介
c#版《植物大战僵尸》源码,与另一个c#植物大战僵尸示例源码不同
完成了植物大战僵尸的战斗功能
包括3种植物,两种僵尸,一关卡,整个战斗流程
可以在此基础上增加关卡和植物和僵尸种类
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace WindowsFormsApplication3
{
class BoxForPlant
{
private Street s;
internal Street S
{
get { return s; }
set { s = value; }
}
private Floor f;
public Floor F
{
get { return f; }
set { f = value; }
}
public BoxForPlant(Street sFloor f)
{
this.s = s;
this.f = f;
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6831 2015-08-25 18:42 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\API\MyAPI.cs
文件 1548 2011-11-17 15:01 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\ba
文件 1992 2011-11-18 10:52 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\ba
文件 2257 2010-07-30 11:42 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\HypnoShroom.png
文件 18054 2010-07-29 23:14 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\Blover.bmp
文件 2246 2010-07-30 11:18 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\Blover.png
文件 18054 2010-07-29 23:14 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\Cactus.bmp
文件 2007 2010-07-30 11:21 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\Cactus.png
文件 18054 2010-07-29 23:14 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\CherryBomb.bmp
文件 2204 2010-07-30 11:23 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\CherryBomb.png
文件 18294 2010-07-29 23:15 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\Chomper.bmp
文件 1991 2010-07-30 11:25 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\Chomper.png
文件 18294 2010-07-29 23:15 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\CoffeeBean.bmp
文件 2293 2010-07-30 11:28 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\CoffeeBean.png
文件 18054 2010-07-29 23:15 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\DoomShroom.bmp
文件 1955 2010-07-30 11:29 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\DoomShroom.png
文件 18054 2010-07-29 23:15 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\FlowerPot.bmp
文件 2125 2010-07-30 11:30 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\FlowerPot.png
文件 18054 2010-07-29 22:06 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\FumeShroom.bmp
文件 2464 2010-07-30 11:37 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\FumeShroom.png
文件 18054 2010-07-29 22:08 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\Garlic.bmp
文件 2402 2010-07-30 11:38 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\Garlic.png
文件 18054 2010-07-29 22:10 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\GatlingPea.bmp
文件 2493 2010-07-30 11:39 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\GatlingPea.png
文件 18054 2010-07-29 22:13 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\GloomShroom.bmp
文件 2164 2010-07-30 11:40 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\GloomShroom.png
文件 3324 2010-04-06 13:11 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\Gralic.png
文件 18054 2010-07-29 22:16 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\HypnoShroom.bmp
文件 2257 2010-07-30 11:42 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\HypnoShroom.png
文件 18054 2010-07-29 22:18 c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\bin\Debug\Images\Card\Plants\IceShroom.bmp
............此处省略611个文件信息
相关资源
- C# 利用ListView空间导航数据库信息
- C# 调用win32 api函数-user32.dll详细说明
- C# 调用BarTender打印条码DEMO
- 大型比赛竞赛抽签系统 可打印 c# vs
- C#编写的Gerber查看器
- lua C# .Net4.0 vs2010 LuaInterface
- C#十六进制编辑器
- 明华URF-35H读卡器 C#读写源码 为大家
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- c#车牌识别系统附30张测试图片
- 《C#面向对象程序设计》源代码(CS)
- 金旭亮《C#面向对象程序设计》教案
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- c#web开发入门经典
- C#与Matlab混合编程的几种方式
- c# 开发与 mysql数据库实现的增删改查
- C#异步操作 异步查询数据库 异步处理
- Basler相机通过IO触发源码
- [源代码] 《领域驱动设计 (C# 2008 实
- 松下PLC与C#通讯串口调试入门教程.z
- USB 继电器控制器 LCUS-1 保证能用 c#
- C# AES加密解密小工具
- C#圆形按钮,非常漂亮动态~~
- [精]C#仿QQ右下角弹出提示框()
- C#进程间通信-共享内存代码
- 有史以来最简单的三层(C#)
评论
共有 条评论