What problem does it solve?
This Skill provides a comprehensive knowledge base for the Flame Engine, helping developers overcome the steep learning curve associated with component systems, collision detection, and game loop management in Flutter.
Core Features & Use Cases
- Component Lifecycle Management: Learn how to properly load, mount, and update game entities to ensure smooth performance.
- Collision & Physics: Implement robust hitboxes and collision callbacks for interactive gameplay elements.
- Scene & Camera Control: Manage complex game states, camera movement, and UI overlays efficiently.
- Use Case: Use this Skill to structure a 2D platformer, ensuring that player movement, enemy AI, and background parallax layers are organized and performant.
Quick Start
Consult the flame-core skill to understand how to implement a custom collision callback for a player character.