cah-danmonroe / phaser3-rex-notes

Notes of phaser3 engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes of Phaser3 engine

Links

Demo

Prepare

  1. Install node.js
  2. Click install.bat
    • npm install
  3. If you don't have wepback in global:
    npm install --global webpack
    npm install --global webpack-cli
    

Run examples

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

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.

Showcase

About

Notes of phaser3 engine

License:MIT License


Languages

Language:JavaScript 100.0%Language:Batchfile 0.0%