-
https://github.com/shohan4556/jolly-jumper
A fun game made in PhaserJs
-
I want to use this modals in my game to create popups. I tired using this by interacting the modal.js. But still i am unable to create popups using this modal.js file in my game. If any one can help w…
-
The way I see it, we need two maps:
- [x] Town
- [x] Arena
And the ability to walk between them. I.e., walk to top of screen from Town to enter Arena, and bottom of screen from Arena to enter T…
-
If anyone is interested in learning some basic JavaScript or trying out [Phaser.js](http://phaser.io/) game development, I'll be covering the basics!
-
While we are looking at different platforms to support in #63, I feel it would be good to open up discussion about what to do with the old GopherJS backed `JavaScript/HTML` backend.
I'm not quite sur…
paked updated
8 years ago
-
The sprite just stops moving in the direction which has the 3000 velocity after it hits the wall. But keeps moving in the direction which has 500 velocity.
Here you can just clone the repo & run the …
-
Doing some research for a 2D web/ mobile web game project I want to develop and came across this. What is the difference between the 2 frameworks?
-
i tried with RC2 and think its because of p2 physics api change.
please take a look Thx
-
Using PhaserJS when I convert to win x32 exe, music is rendered but sound effects are not (only one audio track per screen?)
ghost updated
9 years ago
-
Here are the commands I ran, copied and pasted from the README.
```
sudo npm install -g generator-phaserjs
```
(installed successfully)
```
mkdir my-new-project && cd $
yo phaserjs
```
That result…