Clickys Posted March 7, 2017 Share Posted March 7, 2017 Are there any good books to learn Phaser for beginners ? Link to comment Share on other sites More sharing options...
scheffgames Posted March 7, 2017 Share Posted March 7, 2017 Books But if you know enough JS you can learn Phaser by browsing the examples, reading the docs and most importantly make games. Link to comment Share on other sites More sharing options...
Clickys Posted March 7, 2017 Author Share Posted March 7, 2017 i know JS (not advanced JS ) , there are some concepts in the phaser api iam getting confused Link to comment Share on other sites More sharing options...
scheffgames Posted March 7, 2017 Share Posted March 7, 2017 Try seeing those concepts in action by browsing through the examples - read the code carefully and try to apply them yourself. If all this fails google is your friend - others might have stumbled upon similar issues. Link to comment Share on other sites More sharing options...
Clickys Posted March 7, 2017 Author Share Posted March 7, 2017 thankyou for your answers Link to comment Share on other sites More sharing options...
PBMCube Posted June 9, 2017 Share Posted June 9, 2017 I have several books available on Amazon or the best offers on pre-releases are on leanpub.com. Simply search for books below in the signature Link to comment Share on other sites More sharing options...
mkhan074 Posted June 9, 2017 Share Posted June 9, 2017 (edited) Hi Clicksys, I'm on my fourth day of phaser so I'm new myself. Other than simple DOM traversal and working with angularJS, I myself hadn't had much experience in Javascript (I'm an ASP.NET Developer by profession) The way I got my feet wet with Phaser are the examples shown on the website. Start off with this: https://phaser.io/examples/v2/category/basics Once you understand that, move on the animation: https://phaser.io/examples/v2/category/animation Then move on to keyboard/mouse inputs: https://phaser.io/examples/v2/category/input Look at all the examples and play with the code. No books needed. The community here at html5devs is amazing, if you run into a problem it's most likely already solved here if you use the search bar in this forum. To actually run your code, you should read this: https://phaser.io/tutorials/getting-started I personally use Visual Studio, and run in debug mode. This is so I don't have to set up a local server and such. If you want to take that route, read that tutorial on getting started. Edited June 9, 2017 by mkhan074 Link to comment Share on other sites More sharing options...
Recommended Posts