"In blog post “Create an HTML5 game like “Drop Wizard” with Phaser – player movement” we saw how to recreate player movement in a game like Drop Wizard.

image

Now it’s time to make player fire each time the wizard touches a new platform, in the direction the wizard is facing on.

To learn something new, we will handle bullets by extending Phaser‘s sprite class."

Read the full tutorial