/phaser3-rex-notes

Notes of phaser3 engine

Primary LanguageJavaScriptMIT LicenseMIT

Notes of Phaser3 engine

Links

Demo

Prepare

  1. Install node.js
  2. Click install.bat
    • npm install

Run examples

  1. Click *.bat in folder examples, it will open application on browser

File structure

  • Folder plugins, templates : Source code of plugins and templates
  • Folder examples : Test code of plugins
  • Folder docs : Some notes of phaser3, and my plugins.
    • site\index.html : Entry point.

Showcase