Hi, When you use Phaser.Game to create your game, you can pass a pre-existing canvas element in the arguments: Game(width, height, renderer, parent, state, transparent, antialias, physicsConfig)Where "parent" should be the id of your canvas. More details here: http://docs.phaser.io/Phaser.Game.html Hope that was what you were looking for!