├── Fonts └── briannetod.ttf ├── README.md ├── Scripts ├── level.js ├── levelsDragTranslate.js └── stage.js ├── Styles ├── coneHeadDefensive.css ├── coneHeadIdle.css ├── gameContainer.css ├── gameInfo.css ├── gameStage.css ├── peashooterDefensive.css ├── plantGrid.css ├── plantPeashooter.css ├── plantPotatoMine.css ├── plantSunflower.css ├── plantWallnut.css ├── raDefensive.css ├── raIdle.css ├── regularDefensive.css ├── regularIdle.css ├── revealSector.css ├── zombieConehead.css ├── zombieRa.css └── zombieRegular.css └── index.htm /Fonts/briannetod.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Fonts/briannetod.ttf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/level.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Scripts/level.js -------------------------------------------------------------------------------- /Scripts/levelsDragTranslate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Scripts/levelsDragTranslate.js -------------------------------------------------------------------------------- /Scripts/stage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Scripts/stage.js -------------------------------------------------------------------------------- /Styles/coneHeadDefensive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/coneHeadDefensive.css -------------------------------------------------------------------------------- /Styles/coneHeadIdle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/coneHeadIdle.css -------------------------------------------------------------------------------- /Styles/gameContainer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/gameContainer.css -------------------------------------------------------------------------------- /Styles/gameInfo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/gameInfo.css -------------------------------------------------------------------------------- /Styles/gameStage.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/gameStage.css -------------------------------------------------------------------------------- /Styles/peashooterDefensive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/peashooterDefensive.css -------------------------------------------------------------------------------- /Styles/plantGrid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/plantGrid.css -------------------------------------------------------------------------------- /Styles/plantPeashooter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/plantPeashooter.css -------------------------------------------------------------------------------- /Styles/plantPotatoMine.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/plantPotatoMine.css -------------------------------------------------------------------------------- /Styles/plantSunflower.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/plantSunflower.css -------------------------------------------------------------------------------- /Styles/plantWallnut.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/plantWallnut.css -------------------------------------------------------------------------------- /Styles/raDefensive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/raDefensive.css -------------------------------------------------------------------------------- /Styles/raIdle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/raIdle.css -------------------------------------------------------------------------------- /Styles/regularDefensive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/regularDefensive.css -------------------------------------------------------------------------------- /Styles/regularIdle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/regularIdle.css -------------------------------------------------------------------------------- /Styles/revealSector.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/revealSector.css -------------------------------------------------------------------------------- /Styles/zombieConehead.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/zombieConehead.css -------------------------------------------------------------------------------- /Styles/zombieRa.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/zombieRa.css -------------------------------------------------------------------------------- /Styles/zombieRegular.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/Styles/zombieRegular.css -------------------------------------------------------------------------------- /index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafatabari/PlantVs.Zombies2-web/HEAD/index.htm --------------------------------------------------------------------------------