Getting Started with Phaser 3
A barebones Phaser 3 getting started demo. 5 Easy Steps See the comments in index.html in the Github repo. Include the JS file phaser-arcade-physics.min.js Declare the config var Create a new Phaser.Game Preload the 4 game assets (images) in preloadFoo() function Create the game in createFoo() function add background image