state pattern

Articles about "state pattern"

State Pattern for Character Movement in Phaser 3


by on 7 minute read

Writing clean and well-organized code is something all game developers aspire to. We want code to be reusable and easy to maintain. Design …

State Pattern for Changing AI and Player Control in Phaser 3


by on 10 minute read

Are you wondering about code structure and best practices? You've probably come across design patterns but which design patterns and for …