mobile-games

Optimize mobile game touch controls, battery usage, and app store compliance.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/BAIZ1D/macbookM1_rice --skill mobile-games-baiz1d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-games
Source: https://github.com/BAIZ1D/macbookM1_rice/tree/main/agent/skills/game-development/mobile-games
Command: npx skills add https://github.com/BAIZ1D/macbookM1_rice --skill mobile-games-baiz1d

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about mobile-games

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the minimum touch target size for mobile game controls?

To optimize mobile game battery consumption, enforce FPS limiting and implement thermal throttling strategies. These power-efficient design techniques prevent device overheating, extend battery life during gameplay, and reduce battery drain complaints.

How do I meet iOS App Store and Google Play compliance for a mobile game?

To meet app store compliance, fulfill iOS privacy labels and account deletion flows, alongside Google Play's 64-bit binary and current API target requirements. Fulfilling these mandatory policies prevents rejected app submissions during review.

What monetization models should I choose for my mobile game?

Choose mobile game monetization models like premium, free with in-app purchases, ads, or subscription based on your game type and target audience. Aligning the monetization strategy with audience segments maximizes revenue for casual and premium titles.

Why does my mobile game suffer from thermal throttling during gameplay?

Mobile games suffer from thermal throttling during gameplay when excessive battery consumption causes device overheating. Implementing FPS limiting and power-efficient design enforces thermal limits, preventing performance drops and extending battery life.

Can I use this skill to audit a mobile game build before launch?

Yes, you can use this skill to audit a mobile game build before launch. It validates touch controls, checks battery optimization, and ensures app store compliance requirements are fully met prior to submitting your build for review.