Skip to content

SangLiang/PhaserHearthStone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhaserDemo


学习Phaser游戏开发的小demo

1.使用方法

确保你的机器已经安装了node环境。

将源码下载至本地,使用

npm install

安装相关依赖。然后用

gulp default

启动游戏服务。

2.相关教程

欢迎访问完整开发教程来学习Phaser游戏的开发

image

3.更新日志

2017.6.6 v1.2.0

1.添加新的卡牌

2.添加战斗日志系统

3.添加新的魔法卡牌逻辑

image

2017.5.27 v1.1.0

1.玩家可以选择自己的手牌(将不会随机生成卡池中的所有卡牌,而是随机生成玩家选择过的卡牌)

image

4.todo

1.英雄技能

2.技能卡牌

3.随从攻击动效

4.卡牌动效


Learn Phaser Html5 Game Develop demo

How to start

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.

Tutorial

If you can read Chinese ,there is a tutorial to help you make this game.

Log

2017.6.6 v1.2.0

  1. Add new card

  2. Add fighting log system

  3. Add new magic card system

Todo

  1. Hero's skill

  2. Attendant attack animation

  3. Card animation