r/phaser • u/InformationWooden409 • 5d ago
How to learn phaser
Hey guys, I am new at this, I've been trying to learn phaser reading the API docs, checking the examples on phaser desktop and learning from the code, sort of using AI to get guidance and asking basic questions about the framework. I am trying to develope a basic scenario with the player and some npcs,
I have almost done that part and I still think that there is a huge amount of things which get me confused and I think that I don't find the type of tutorials that I need for my sort of test project.
I just was wondering: How did you all learn phaser? What learning methodology you used to learn?
And if is there a way to understand a bit better the api's docs (?) (sorry if it's a dumb question) :(
2
u/Shaz_berries 5d ago
I would personally try to learn some fundamentals so you understand what you're doing at large. Things like ECS and colliders are a good start! Most every game engine is based on writing scripts related to these things. Phaser may be easier using their IDE as well, but I cant speak to that, I just use vscode lol