Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 640 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 640 Bytes

blockly-phaser3

Hour of Code mock-up using phaser 3, blockly blocks and JS-Interpreter.

  • Phaser 3 and Blockly on top of plain JavaScript
  • Using google's JS-Interpreter to run blockly generated code
  • Starting point to get blockly to output something in html page

Online Demo

Installation

Clone the repo, run in over http. Phaser will not work by opening the local file in a browsers without serving over http. The references to blockly, phaser JS and pure-min.css are using CDNs. If you want it all local, download those files.

Enjoy