• 大小: 9.88MB
    文件类型: .rar
    金币: 2
    下载: 2 次
    发布日期: 2023-10-09
  • 语言: C#
  • 标签: C#  

资源简介

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\baseRoles\Element.cs

     文件       1992  2011-11-18 10:52  c#版植物大战僵尸源码\c#版植物大战僵尸源码\ZombiesVsPlants\baseRoles\Role.cs

     文件       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个文件信息

评论

共有 条评论