This skill empowers developers to architect and implement professional 2D games using the Phaser 3 framework. It provides deep expertise in scene management (Boot, Menu, Gameplay, UI overlays), physics integration (Arcade and Matter.js), and efficient asset pipelines. By emphasizing frame-rate independence, object pooling, and composition-based entity design, it helps create scalable, performant games while avoiding common pitfalls like global state management and frame-dependent logic.
Características Principales
01Performance optimization via object pooling and texture atlas usage
02Tilemap implementation and object layer management using Tiled
03Integrated physics configuration for both Arcade and Matter systems
0425 GitHub stars
05Scene-based architecture for modular game loops and UI management
06Frame-rate independent motion and animation logic using delta time