rungo73 Posted October 20, 2013 Share Posted October 20, 2013 Hi, I've come here from As3 and Flixel but am a complete newb in terms of html5 development. Can anyone point me in the direction of a begnners tutorial for phaser? and perhaps API documentation? I've gone through the basic steps on the Phaser.io site and have got the logo spinning. but now Im after next steps. Specifically I'm after info on best practices, project structure etc My next goal is to get a sprite mvoing around, then animate it. Any help, guidance would be very much appreciated. Link to comment Share on other sites More sharing options...
mwatt Posted October 20, 2013 Share Posted October 20, 2013 My advice is to wait for the first release that has official docs. That should be release 1.07 and should come pretty soon, as in probably a small number of days. There is code out there now that you can use, but the creator of Phaser, Rich, is making a few improvements and tweaks still, and I expect they want a stable release to make docs for. Don't get me wrong, you COULD start now - some people are. But it sounds like you ought to wait for 1.07. I myself am waiting for this. rungo73 1 Link to comment Share on other sites More sharing options...
STuFF Posted October 20, 2013 Share Posted October 20, 2013 next release will be 1.1 in fact But your answer is still correct, there will be more documentation, and will be a better base to create tutorials for Phaser. Link to comment Share on other sites More sharing options...
Mike Posted October 20, 2013 Share Posted October 20, 2013 Don't get me wrong, you COULD start now - some people are. But it sounds like you ought to wait for 1.07. I myself am waiting for this. BTW I was waiting the same way for 1.0 release now for 1.1 ... So @rungo73 My advice is start building your game get stuck, check the code, the forum and skip or go around the problem. Then when new phaser version comes out , update.After update go check if the problem/bug is fixed and also check the change log for other useful changes. And also inspect the examples and try to code your aim similar to the sample,. Hsaka 1 Link to comment Share on other sites More sharing options...
rungo73 Posted October 20, 2013 Author Share Posted October 20, 2013 Thanks guys, appreciated. I going to continue digging thru the examples until the documentation hits.Cheers. Link to comment Share on other sites More sharing options...
Recommended Posts