sipp Posted July 3, 2014 Share Posted July 3, 2014 There is a Part 3 of How to make a Flappy Bird in HTML5 now. Link: http://blog.lessmilk.com/how-to-make-flappy-bird-in-html5-3/ Please include it in the list. Link to comment Share on other sites More sharing options...
chanpanith Posted July 15, 2014 Share Posted July 15, 2014 Do Phaser.io provide any javascript doc and Ebook for learning ? Link to comment Share on other sites More sharing options...
lessmilk Posted July 15, 2014 Author Share Posted July 15, 2014 I just updated the site with all your suggestions:Using TilemapsHTML 5 Shoot 'em Up in an AfternoonHow to make a Flappy Bird in HTML5 - Part 3You can browse all the tutorials here: lessmilk.com/phaser-tutorial/ I should probably spend some time to sort the tutorials, and put more emphasis on the ones who use Phaser 2.0.x Do Phaser.io provide any javascript doc and Ebook for learning ? Phaser documentation: docs.phaser.ioPhaser examples: examples.phaser.ioThere are no official Phaser book for now, but for your information I wrote on on discoverphaser.com Link to comment Share on other sites More sharing options...
Ezelia Posted August 2, 2014 Share Posted August 2, 2014 Hi, this is a tutorial on how to make a multiplayer game using phaser and eureca.iothe tutorial is based on phaser tanks example : http://ezelia.com/2014/08/tutorial-creating-basic-multiplayer-game-phaser-eureca-io/ Link to comment Share on other sites More sharing options...
Adi Posted August 8, 2014 Share Posted August 8, 2014 Finally Lynda.com has made a course on Phaser and I am half way through it,It is well made and it is for Phaser beginners. http://www.lynda.com/Phaser-tutorials/HTML5-Game-Development-Phaser/163641-2.html @lessmilk it would be great it you could add this to the ever growing list of Phaser Tuts. Link to comment Share on other sites More sharing options...
CleverCoding Posted August 9, 2014 Share Posted August 9, 2014 I've started a series of tutorials for Phaser on my YouTube channel. I want to cover all of the features of Phaser so yeahLink to the playlist here: ninjaExtranjero 1 Link to comment Share on other sites More sharing options...
eguneys Posted August 10, 2014 Share Posted August 10, 2014 Hi, My tutorial recently published on sitepoint: http://www.sitepoint.com/javascript-game-programming-using-phaser/. It's about building a game skeleton in Phaser using states. Link to comment Share on other sites More sharing options...
lessmilk Posted August 12, 2014 Author Share Posted August 12, 2014 I just updated the list! The new tutorials are: - JavaScript Game Programming Using Phaser- And I also updated my Flappy Bird tutorials to Phaser 2.0 Let me know if I forgot to include new tutorials :-) Link to comment Share on other sites More sharing options...
estomagordo Posted August 17, 2014 Share Posted August 17, 2014 Is there a list of tutorials that cover Typescript?I'm trying myself to translate the "Tanks" example into Typescript, but feel like some pointers would be more than useful, as I'm new to both Phaser and TS Link to comment Share on other sites More sharing options...
fariazz Posted August 21, 2014 Share Posted August 21, 2014 Hi guys, Wanted to share my Phaser tutorial: HTML5 Phaser Tutorial – SpaceHipster, A Space Exploration Gamehttp://www.gamedevacademy.org/html5-phaser-tutorial-spacehipster-a-space-exploration-game/ Cheers jerome and Lonan 2 Link to comment Share on other sites More sharing options...
fariazz Posted August 28, 2014 Share Posted August 28, 2014 Hey just created a new tutorial: HTML5 Phaser Tutorial - Top-down games with Tiled It covers level creation with Tiled, loading these levels in Phaser and making a basic top-down game starter which you could use for RPGS, rogues or NES Zelda-like games. @LessMilk any chance you can add this one and the previous one to the Community tutorials page? Thanks!! Lonan 1 Link to comment Share on other sites More sharing options...
opendevcode Posted September 4, 2014 Share Posted September 4, 2014 Great list. Thanks for taking the time to create it. I have tried Phaser before and I was wondering if there are some step - by step tutorial on how to create cross - platform games using Phaser. It would be nice to have some tutorials related to deploying your game on different platforms. Thank you again for this great list. Link to comment Share on other sites More sharing options...
free8bit Posted September 4, 2014 Share Posted September 4, 2014 Hi! I just found a very interesting book that uses Phaser: Building Games for Firefox OS. Also, from the same author, Quick Guide for Firefox OS App Development. Link to comment Share on other sites More sharing options...
Play's Zone Posted September 4, 2014 Share Posted September 4, 2014 Hy! Here you have another flappy bird tutorial but with interactive code. Link to comment Share on other sites More sharing options...
Serapth Posted September 4, 2014 Share Posted September 4, 2014 I've been working on an ongoing series of Phaser with Typescript tutorials. This is the table of contents. Link to comment Share on other sites More sharing options...
erikwittern Posted September 12, 2014 Share Posted September 12, 2014 I recently wrote a series of 6 articles about how I developed the game 'Gravity Quest' using Phaser. The series comprises the following parts:Introduction and technology choiceGameplay design and implementationGameplay implementation: collision detectionVisuals and soundLevel designDistributionAll articles are available through http://www.wittern.net/ or through the first article at http://www.wittern.net/articles/introduction_and_technology_choice.html. Three of the articles were already featured on http://phaser.io/. Commented source code of the demos presented in the articles is available at https://github.com/ErikWittern/gravityquest_demo. Link to comment Share on other sites More sharing options...
lessmilk Posted September 13, 2014 Author Share Posted September 13, 2014 Thanks everyone, I just updated the list with all your new links! :-) => lessmilk.com/phaser-tutorial/ Do you think I should remove Phaser 1.x tutorials from the list? Link to comment Share on other sites More sharing options...
Serapth Posted September 15, 2014 Share Posted September 15, 2014 I wouldn't. I would consider splitting the list into 1 and 2 tutorials with the 1 versions at the bottom. There could still be value for some people out there. Link to comment Share on other sites More sharing options...
shmikucis Posted September 16, 2014 Share Posted September 16, 2014 I've wrote tutorial how to create mini-game in the cloud using Phaser and MightyEditor http://mightyfingers...me-with-editor/ . Tutorial is covering some aspects of game development: game states, asset management, sprite animations, physics, collisions, overlapping, input & controls. At the end there is playable game prototype in less than 140 code lines. Benefits for user:+ no installing, configuring software required, just Google Chrome browser+ helps for team work+ game hosting is for free Link to comment Share on other sites More sharing options...
fariazz Posted September 23, 2014 Share Posted September 23, 2014 I think you could have the 2.x ones first, sorted in reverse chronological order like in phaser.io, then bellow a list with the 1.x ones. Link to comment Share on other sites More sharing options...
bryanbibat Posted October 2, 2014 Share Posted October 2, 2014 Just updated my book to Phaser 2.1.1: https://leanpub.com/html5shootemupinanafternoon Also, in case you're interested in writing a book and is curious about what a Leanpub manuscript looks like, here's the Github repo for the book: https://github.com/bryanbibat/html5shootemupinanafternoon Link to comment Share on other sites More sharing options...
fariazz Posted October 6, 2014 Share Posted October 6, 2014 Hi! Just wanted to share my latest Phaser tutorial, How to Make a Sidescroller game with HTML5http://html5hub.com/how-to-make-a-sidescroller-game-with-html5/ **fixed URL** It covers lots of basics, Tiled and some other stuff. Link to comment Share on other sites More sharing options...
jahanpanahh Posted October 6, 2014 Share Posted October 6, 2014 Hey fariazz, is your site down? not able to access the link given in your post!? Link to comment Share on other sites More sharing options...
Serapth Posted October 12, 2014 Share Posted October 12, 2014 Have a new tutorial on MightyEditor and Phaser hosted that is completely separate from my TypeScript/Phaser series. Link to comment Share on other sites More sharing options...
shmikucis Posted October 16, 2014 Share Posted October 16, 2014 I've made a video tutorial on "Digger" mini-game development.Text version of tutorial. Link to comment Share on other sites More sharing options...
Recommended Posts