mobile-games

Mobile game development principles. Touch input, battery, performance, app stores.

Content Preview
---
name: mobile-games
description: "Mobile game development principles. Touch input, battery, performance, app stores."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Mobile Game Development

> Platform constraints and optimization principles.

---

## 1. Platform Considerations

### Key Constraints

| Constraint | Strategy |
|------------|----------|
| **Touch input** | Large hit areas, gestures |
| **Battery** | Limit CPU/GPU usage |
| **Thermal** | Throttle when hot |
| **Sc
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/mobile-games.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/game-development/mobile-games/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/game-development/mobile-games/SKILL.md

Related Skills