fariazz Posted May 26, 2015 Share Posted May 26, 2015 I had forgotten about this thread. My latest two tuts: Phaser Tutorial - Working with Sprites (beginners) Phaser Tutorial – How to Load Level Data from JSON Files (intermediate) Link to comment Share on other sites More sharing options...
zackproser Posted July 13, 2015 Share Posted July 13, 2015 Here's a tutorial I wrote on building a complete arcade game with Phaser. I hope it's helpful. Link to comment Share on other sites More sharing options...
CodeToWin Posted July 13, 2015 Share Posted July 13, 2015 I've created a basic space shooter to demonstrate some fundamental concepts in Phaser. It's a prototype at the moment, and I'm going to add a little bit more content to flesh out the game. Check it out, if you are so inclined. http://codetowin.io/?page_id=11 Link to comment Share on other sites More sharing options...
Bernhard1010 Posted July 14, 2015 Share Posted July 14, 2015 Hi.I wrote my first Phaser tutorial this month. It explains a few things that are obviouse if you know them but had me struggle a lot to find them out. It is about Phaser, Tiled and Invisible collision layers.http://talestolduntold.blogspot.co.at/2015/06/tilemaps-with-invisible-collision-layer.html Please let me know if I can improve the tutorial. Link to comment Share on other sites More sharing options...
CodeToWin Posted July 20, 2015 Share Posted July 20, 2015 In response to the request for a pause / resume gameplay tutorial, I have added one! I've added the code to my SpaceShooter tutorial series. You can find part 4 here: http://codetowin.io/?page_id=107 Link to comment Share on other sites More sharing options...
CodeToWin Posted July 29, 2015 Share Posted July 29, 2015 There was a question the other day about adding a menu to your game. The route to accomplishing this is through manipulation of game states. I have created a very simple example of creating a menu/intro screen, using my NBack source code. If you are new to Phaser development, and don't know much about game states, head on over to: http://codetowin.io/?page_id=113 You can play the game at http://codetowin.io/?page_id=109 If you like the material, please comment and share. Anything else you'd like to see, just ask Link to comment Share on other sites More sharing options...
jdnichollsc Posted July 29, 2015 Share Posted July 29, 2015 My tuto with examples: http://www.nicholls.co/blog/post/Creando-Juegos-HTML5-con-Phaser-en-Monaco En mi idioma! lero lero lero Link to comment Share on other sites More sharing options...
fariazz Posted August 4, 2015 Share Posted August 4, 2015 New video tut on getting started with the Arcade system and gravity for beginners: http://www.gamedevacademy.org/phaser-tutorial-getting-started-with-the-arcade-physics-system/ Link to comment Share on other sites More sharing options...
CodeToWin Posted August 18, 2015 Share Posted August 18, 2015 new tutorial on expanding Phaser with plugins. I go over the making of my new camera shake plugin - my first http://codetowin.io/?page_id=146 Link to comment Share on other sites More sharing options...
Tom Atom Posted September 5, 2015 Share Posted September 5, 2015 Fake z-order between items in two groups ... or real z-order and 2 fake groups ??? The truth is out ... here: http://sbcgamesdev.blogspot.com/2015/09/phaser-tutorial-breaking-z-order-law.html Link to comment Share on other sites More sharing options...
Recommended Posts