develop from https://github.com/phaserjs/template-react-ts
一个基于html5特性实现的,使用phaser框架的类植物大战僵尸游戏.
MVZ2,Minecraft,东方Project同人游戏
前往PVZ同人创作论坛查看本游戏的介绍
关于游戏进度,目标等游戏性的信息可以查看以下文档.
Node.js is required to install dependencies and run scripts via npm.
本游戏大部分的文字放在 public/locales/xx_xx.js中,你可以使用 tools/text_editor进行新增和修改
本游戏的关卡数据放在 public/stages中,你可以使用 tools/wave_editor进行新增和修改
| Command | Description |
|---|---|
npm install |
Install project dependencies |
npm run dev |
Launch a development web server |
npm run build |
Create a production build in the dist folder |
npm run dev-nolog |
Launch a development web server without sending anonymous data (see "About log.js" below) |
npm run build-nolog |
Create a production build in the dist folder without sending anonymous data (see "About log.js" below) |