What problem does it solve?
Mobile game development has unique platform-specific constraints that do not apply to desktop or console games, including imprecise touch input, strict battery and thermal limits, and mandatory app store compliance requirements. Ignoring these constraints leads to poor user experience, negative reviews, battery drain complaints, and rejected app submissions.
Core Features & Use Cases
- Touch Input Optimization: Guidance on minimum 44x44 point touch targets, gesture support, visual feedback, and orientation handling to accommodate the limitations of mobile touchscreens.
- Performance & Battery Management: Strategies for thermal throttling, FPS limiting, and power-efficient design to extend battery life and prevent device overheating during gameplay.
- App Store Compliance: Clear, up-to-date requirements for iOS App Store (privacy labels, account deletion flows) and Google Play (64-bit binaries, current API targets) to avoid submission rejections.
- Monetization Strategy Guidance: Recommendations for selecting the right monetization model (premium, free + in-app purchases, ads, subscription) based on game type and target audience.
Use case: An independent mobile game developer can use this skill to validate their game's touch controls, optimize battery usage, and ensure all app store requirements are met before submitting their build for review.
Quick Start
Use the mobile-games skill to audit your mobile game's touch controls, battery optimization, and app store compliance requirements prior to launch.