All Projects → SangLiang → Phaserhearthstone

SangLiang / Phaserhearthstone

Learn Phaser Game Engine

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Phaserhearthstone

Weixin Minigame Tutorial
Flappy Bird adaptation on Wechat Minigame using PhaserJS + English Wechat Minigames Tutorial
Stars: ✭ 56 (+86.67%)
Mutual labels:  phaser, tutorial
App Tutorial
Tutorial app which is built in the tutorial
Stars: ✭ 29 (-3.33%)
Mutual labels:  tutorial
Opengl Seed
⚪🌱A modern OpenGL starter repo that you could use to get the ball rolling.
Stars: ✭ 20 (-33.33%)
Mutual labels:  tutorial
Pwa Example
A short example illustrating some essential steps for creating a progressive web app (PWA).
Stars: ✭ 28 (-6.67%)
Mutual labels:  tutorial
Learn Aws Lambda
✨ Learn how to use AWS Lambda to easily create infinitely scalable web services
Stars: ✭ 910 (+2933.33%)
Mutual labels:  tutorial
Android Mvp
Android Model View Presenter
Stars: ✭ 28 (-6.67%)
Mutual labels:  tutorial
Learnrelay
Learn Relay - A comprehensive introduction to Relay (created by Graphcool)
Stars: ✭ 887 (+2856.67%)
Mutual labels:  tutorial
Ahoy Onboarding
Android onboarding library.
Stars: ✭ 951 (+3070%)
Mutual labels:  tutorial
Lemonml
🍋Machine Learning library from scratch.🍋
Stars: ✭ 29 (-3.33%)
Mutual labels:  tutorial
Tensorflow2.0 eager execution tutorials
Tutorials of TensorFlow eager execution
Stars: ✭ 28 (-6.67%)
Mutual labels:  tutorial
100 Days Of Ml Code
100 Days of ML Coding
Stars: ✭ 33,641 (+112036.67%)
Mutual labels:  tutorial
Office automation dev
Python自动化代码模板、开发文档
Stars: ✭ 21 (-30%)
Mutual labels:  tutorial
Youtube Downloader App
Source code for youtube-downloader app. Step by step tutorial at:
Stars: ✭ 28 (-6.67%)
Mutual labels:  tutorial
Ionic3 Angular43 Httpclient
Example of Ionic 3 and the new Angular 4.3 HTTPClient
Stars: ✭ 20 (-33.33%)
Mutual labels:  tutorial
Course
Slides and Jupyter notebooks
Stars: ✭ 29 (-3.33%)
Mutual labels:  tutorial
React Tutorial Kotlin
An implementation of the React Tutorial using Kotlin
Stars: ✭ 20 (-33.33%)
Mutual labels:  tutorial
Phaser
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
Stars: ✭ 30,918 (+102960%)
Mutual labels:  phaser
Generals.io Node.js Bot Example
An example Node.js bot for generals.io. Learn more at http://dev.generals.io/api#tutorial
Stars: ✭ 28 (-6.67%)
Mutual labels:  tutorial
Theconsolelog
A weekly podcast all about JavaScript.
Stars: ✭ 30 (+0%)
Mutual labels:  tutorial
Lsh
Simple shell implementation. Tutorial here ->
Stars: ✭ 949 (+3063.33%)
Mutual labels:  tutorial

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].