What problem does it solve?
This Skill provides a comprehensive guide and framework for accurately implementing bosses from the Sonic 3 & Knuckles game within a Java-based engine, ensuring fidelity to the original game's mechanics and assets.
Core Features & Use Cases
- Detailed Implementation Steps: Guides through research, arena setup, boss class creation, hit handling, and art loading.
- Disassembly Integration: Emphasizes cross-validation against the Sonic 3 & Knuckles disassembly for pixel-perfect accuracy.
- Zone-Specific Logic: Addresses the complexities of S3K's dual zone sets (S3KL and SKL) and character variants (Knuckles).
- Use Case: A developer needs to add the "AIZ Mini-Boss" to the OpenGGF engine. This Skill provides the exact steps, code snippets, and disassembly references required for a faithful implementation.
Quick Start
Use the s3k-implement-boss skill to implement the AIZ Mini-Boss, following the research and implementation phases outlined in the documentation.