学习Phaser游戏开发的小demo
确保你的机器已经安装了node环境。
将源码下载至本地,使用
npm install
安装相关依赖。然后用
gulp default
启动游戏服务。
欢迎访问完整开发教程来学习Phaser游戏的开发
2017.6.6 v1.2.0
1.添加新的卡牌
2.添加战斗日志系统
3.添加新的魔法卡牌逻辑
2017.5.27 v1.1.0
1.玩家可以选择自己的手牌(将不会随机生成卡池中的所有卡牌,而是随机生成玩家选择过的卡牌)
1.英雄技能
2.技能卡牌
3.随从攻击动效
4.卡牌动效
Learn Phaser Html5 Game Develop demo
Ensure your computer has installed Node development environmental.
Download the source code to your local folder and use the command
npm install
After all dependence has been installed use the command
gulp default
to start the game server
So, Enjoy it.
If you can read Chinese ,there is a tutorial to help you make this game.
2017.6.6 v1.2.0
-
Add new card
-
Add fighting log system
-
Add new magic card system
-
Hero's skill
-
Attendant attack animation
-
Card animation