Top "Phaser-framework" questions

Phaser is a JavaScript framework for game development on desktop and mobile platforms.

Decide Pixi.js or Phaser

All: One of my school project is to make a realtime multiplayers webpage game, I am currently having difficulty to …

phaser-framework pixi.js
Only 'amd' and 'system' modules are supported alongside --out

When building typescript in VSCode, I get the following error: error TS6082: Only 'amd' and 'system' modules are supported alongside …

typescript visual-studio-code phaser-framework
Local server not reflecting updated files

I'm fairly new at user local servers. I'm using the http-server which is a package from Node. I'm using it …

node.js phaser-framework httpserver
Typescript window.onload not being called after adding requirejs for phaser game

I am trying to make a game with phaser and Typescript. I followed the instructions here and it worked initialy. …

javascript requirejs typescript phaser-framework js-amd
How can I scale the size of a sprite in Phaser/PixiJS without changing its position?

I'm making a game in Phaser using some large images that I want to scale down in the actual game: …

javascript phaser-framework pixi.js
HTML moving phaser into container div

Currently making up a browser based game in phaser and trying to add it into the container div tag I've …

javascript html css phaser-framework
Phaser: Attach Touch Event on Sprite

I'am new to phaser and right now Im using phaser v.2.0.7. What I want to do is to make a …

touch phaser-framework
Developing game app using Phaser.js and Ionic (slow/shaky rendering)

Just to let you know (in case someone wants to develop). I developed a game app using Phaser.js. I …

javascript html angularjs ionic-framework phaser-framework
Destroying sprites in Phaser

I'm having trouble destroying Sprites in Phaser. I have a JavaScript object, let's call it Block. Block has a sprite …

javascript html sprite phaser-framework
How can I make an infinite side scrolling background in Phaserjs?

I'm using phaser.js to make a game and I cannot find any tutorials on how to make the background …

javascript phaser-framework side-scroller