Skip to main content

Questions tagged [phaser]

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

1 vote
2 answers
164 views

I have a top-down character object that is a Container of various parts. This character can have elements that should move along with it (think a health bar, a speech bubble) that should NOT rotate ...
Mara's user avatar
  • 121
1 vote
2 answers
218 views

I am building a real time a multiplayer web game using client authoritative server architecture, phaser, node, aws, etc. For an example, if I have a player that walks right and picks up food, I need ...
JobHunter69's user avatar
0 votes
1 answer
74 views

I'm working on expanding on the tutorial found here I currently am creating two classes based off of menu ...
Legen Diary's user avatar
1 vote
1 answer
195 views

In Phaser, is it possible to fill the remaining part of the Browser window with the game's (clipped) content, and still keep the aspect ratio of the game intact? For example, I have a game which is ...
John's user avatar
  • 294
1 vote
1 answer
451 views

I'm trying to let the player of my PhaserJS game (with MatterJS physics) move a (static?) object around. That is: the player is allowed to move the object, but otherwise it should be ...
Jeroen's user avatar
  • 695
1 vote
1 answer
760 views

I am making a simple game in Phaser (but the library doesn't really matter). I have an enemy that is moving towards the player on a 2 dimensional grid. I have written some code that makes the enemy ...
yesman's user avatar
  • 113
0 votes
2 answers
1k views

I am working on my first 2D game with Phaser 3. I have set up VS Code with a node.js https server and run it to deploy the game on localhost. While the game gets compiled successfully and deployed, I ...
bhagya's user avatar
  • 11
0 votes
1 answer
183 views

I am looking for an equation for predicting the future position of a moving arcade physics body in Phaser 3. The body has drag applied and isDamping set to true. Phaser applies the drag using the ...
Calabi's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
10