I only sped through them, but as a native English speaker I think you
sound absolutely fine!
As someone who has just started working with Phaser3 only a month or so
ago, my advice would be to start from your starter project insteadā¦
Most of the concepts you cover in the current 3 videos are the boilerplate
people will pickup as they get more familiar with Phaser, but I donāt
believe anyone (especially a newbie) should be coding that from scratch.
What I would have loved to see a month ago. is a review of the top starter
kits with pros and cons on why you would choose them. Then take the ābestā
and show them how to get the environment setup. (node, vscode, vscode plugins)
Then start by showing how you would implement the elements of a typical
game following on from the proper structure set by the starter kit.
I went with phaser-plus as my starter/generator. But now that I am a
little more experienced I definitely would have preferred a typescript
based one for the better intellisense!
Related to this, a guide to finding what you are looking for in the
Phaser docs & source would be helpful for a newcomer too - Iāve
had to dive into the phaser source code on many occasionsā¦ this forum
is ok for the basics. but I havenāt ever had any of my questions answered.
Thinking back, my most painful experience learning phaser was getting
a grip on the coordinate and viewport system! Now itās just second
nature, but to begin with it was hard to break out of the top/left/width/height
style systems I have used in the past.
Prior to starting this project Iād never used ES6, babel, webpack, gulp,
etcā¦ IMHO all of these things (or equivalents) are absolutely essential for
developing anything more advanced than a simple demo - and when included in
the starter kit you donāt need to understand how they work right away. So
starting with a quick overview of what the kit provides and why, then jump
straight into how to structure the typical game elements with the kit - is what a
newcomer would really benefit from.
Then as you answer all of the resulting āhow do I do thisā questions,
it would really fill in the documentation for your starter kit. A large
part of the reason I chose phaser-plus was because of the excellent
instructions and a youtube video walking through the demo.
But Iāll definitely be trying your typescript starter kit on my next project
so thank you for that!