Jump to content

List of Phaser Tutorials


lessmilk
 Share

Recommended Posts

lessmik : i read tut 1 create flappy bird 

i see have code :

 

 

this.pipes = game.add.group();
this.pipes.createMultiple(20, 'pipe');

 

i don't understand method createMultiple ?? you can help me ??

Is it create 20 piples ?? 

i try change value 20 by 3 .. and it have error when run game

Link to comment
Share on other sites

  • 2 weeks later...

Hello everyone! I just started to play around with Phaser and wrote a tutorial, hope you like it:

http://phasertutorials.com/2014/05/21/lets-build-a-html5-game-together-part-1/

 

Thanks to @codevinsky for duliett game from #lowrezjam, I tried to explain some of the basics with a replica of duliett.

Please correct me if I have mistakes and I would really love to see comments :)

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Author of the HTML5 Shoot 'em Up in an Afternoon book here.

 

Just dropped by to say that I made a huge update just in time for Canada Day and US Independence Day. Even though I listed the book as unfinished, the main tutorial is pretty much complete and ready for use.

 

Comments and tips in the form of purchases are always welcome.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...