shark2202 / phaser3-rex-notes

Notes of phaser3 engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes of Phaser3 engine

Links

Phaser3

Rex plugins

Demo

Prepare

  1. Install node.js (ver 10+, for rollup)
  2. Click install.bat
    • npm install

Run examples

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

Export minify file of plugins

  1. Click export-plugins.bat
    • npm run build

File structure

  • Folder dist : Plugin minify files
  • 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.

About

Notes of phaser3 engine

License:MIT License


Languages

Language:JavaScript 83.1%Language:TypeScript 9.9%Language:HTML 6.7%Language:Yacc 0.2%Language:CSS 0.0%Language:Batchfile 0.0%