Skip to content

BlackHarpy/phaser-demos

Repository files navigation

Phaser Demos

A compilation of various examples of Phaser

Demos Descriptions

Mist Dragon Battle

A recreation of the first boss battle in Final Fantasy IV. Use arrow keys to navigate in the menu and 'Space' to select options.

Requirements

Node v8.9.1 is required

Running the Project

First, install dependencies

$ npm install

To build the project and run it in server http://localhost:3000/

$ npm run serve

To only build the project

$ npm run build

To only run the server

$ npm run node

To build the project and watch for changes

$ npm run watch

Acknowledgments

Final Fantasy IV Sprites taken from VideogamesSprites.net

Attacks sprites taken from @hadecynn

Formulas for Damage calculations taken from Algorithm FAQ by Deathlike2

Item data taken from Final Fantasy IV Walkthrough by Amar Kishan

About

A compilation of random Phaser examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published