mobile-games

Guides mobile game development covering touch input, performance, and app store requirements.

2|Updated May 30, 2026
One-click install
npx skills add https://github.com/virahitvin8/crafty-gis --skill mobile-games-virahitvin8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-games
Source: https://github.com/virahitvin8/crafty-gis/tree/main/GIT_STAR/.agent/skills/game-development/mobile-games
Command: npx skills add https://github.com/virahitvin8/crafty-gis --skill mobile-games-virahitvin8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Mobile game developers face unique platform constraints like touch-only input, battery drain, thermal throttling, and strict app store requirements that desktop game design patterns do not address. ## Core Features & Use Cases - Touch Input Design: Principles for touch targets, gestures, and occlusion handling versus controller-based input. - Performance & Battery Management: Thermal throttling strategies, FPS targets, and battery optimization techniques. - App Store Compliance: iOS App Store and Google Play requirements including privacy labels, 64-bit builds, and app bundles. - Use Case: When porting a desktop game to Android, use this Skill to redesign controls for touch, set a 30 FPS target to preserve battery, and verify Google Play target API requirements before submission. ## Quick Start Review the mobile game design guidelines to adapt my game's controls and performance settings for iOS and Android release.

Frequently Asked Questions about mobile-games

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

FAQPage Schema
How do I design touch controls for mobile games?

Design touch controls with minimum 44x44 point hit areas, visual feedback on touch, and gesture support. Avoid precise timing requirements since touch is imprecise and fingers occlude the screen, unlike controllers or mouse input.

What frame rate should mobile games target?

Mobile games should often target 30 FPS rather than 60 FPS to preserve battery life and reduce thermal load. When the device warms up, reduce quality settings, and limit FPS further if the device becomes hot.

What are Google Play requirements for game apps?

Google Play requires targeting the current year's SDK, 64-bit support, and recommends Android App Bundles for distribution. Meeting these requirements is mandatory before publishing a game on the platform.

How do I reduce battery drain in mobile games?

Reduce battery drain by capping frame rate, sleeping the game when paused, minimizing GPS and network usage, and offering dark mode which saves power on OLED screens. Monitor device thermals and throttle effects when hot.

Which monetization model works best for mobile games?

Premium pricing suits quality games with loyal audiences, free with in-app purchases fits casual progression games, ads work for hyper-casual high-volume titles, and subscriptions fit games with ongoing content updates or multiplayer.