lukaMis Posted May 5, 2015 Share Posted May 5, 2015 I would love to see a book that is a guide or a Postmortem of an finished commercial game / product. From idea till the bitter end aka build of the project. So one game from idea to folder structure to class hierarchy to assets choosing to tests. drhayes 1 Link to comment Share on other sites More sharing options...
RonanTheAccel Posted June 21, 2015 Share Posted June 21, 2015 AS3 / Flash was the previous preferred language for web games , so there are a lot of people who programs with AS3, i would suggest a guide to migrate from AS3 to Phaser (for newbies like me!) Link to comment Share on other sites More sharing options...
oldmanvegas Posted June 26, 2015 Share Posted June 26, 2015 I would like to see a book on optimisation, and a class based approach - I've been making a few games for about 8 months now in Phaser and each one gets better and more efficient than the last. I have recently been using a more OOP approach - creating classes for each of my main game elements, which is more comparable to previous AS3/C# projects I have worked - on It's still very trial and error though! I'm really grateful for the library of examples which are invaluable to discover new techniques and methods - but I must admit I struggle with the Learn documentation - as it tells you what classes / parameters are but gives no examples of how to implement them - which often leaves me stumped. Some areas I think would be really useful:State engineRestart game state (resetting variables / tweens / initialising states etc efficiently)Breaking game elements into classes (a bit like lessmilk's flappy bird example)Using tilemapsloading game data from json or xml - (rather than writing a massive create function)Pixel perfect collision detection Thanks for an awesome game engine btw - it's an excellent project and I'm trying to convert as many people to it as possible! Link to comment Share on other sites More sharing options...
Pooya72 Posted June 29, 2015 Share Posted June 29, 2015 Audio Groups Arcade Link to comment Share on other sites More sharing options...
Recommended Posts