A compilation of various examples of Phaser
A recreation of the first boss battle in Final Fantasy IV. Use arrow keys to navigate in the menu and 'Space' to select options.
Node v8.9.1 is required
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
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