📦 Document,
📱 .apk(Android Demo),
🐱**Pawdoku: Meow Sudoku Brain Puzzle Game Template** is a complete 2D mobile puzzle project from MultiTech Studio. Players tap a colored grid, mark cells, and double-tap to reveal hidden cats without hitting empty tiles.
### 1500 Unique Levels
### Dual hint system
### Core gameplay
- Colored grid spawned from JSON.
- Single tap toggles a mark; double tap reveals a cat or costs a heart on a miss.
- Three hearts; fail opens retry. Clear all hidden cats to win.
- Camera orthographic size scales with grid width.
- How-to-play overlay before the round starts (one cat per color / row / column; cats cannot touch).
### Meta & retention systems
- Coin wallet with skip-level cost on `GameManager`.
- Cat **skin shop** with owned/selected PlayerPrefs.
- **IAP** shop — remove ads, coin packs, bundles.
- Daily coin gift and rewarded-ad coins.
- 24-hour **spin wheel** (`SpinWheelTimer` + `SpinWheel`).
### Monetization ready
- AdMob and Unity Ads.
- Interstitials gated by level no.
- Rewarded ads for coins, shop, and broke-hint fallback; remove-ads PlayerPrefs `removeAds`.
- Unity IAP (`MT_IAP`, `com.unity.purchasing`).
### What's included
- Playable scene: `Assets/MultiTech Studio/Pawdoku Cat Sudoku Brain Puzzle/Scene/GameMain.unity`.
- 1500 numbered level JSON files + one guide JSON.
- Dual in-game hints (find cat + rule-based grid marks) wired on `LevelGenerator`.
- Shop prefab, cat sprite sheets, tile/cat prefabs used by `LevelGenerator`.
- Ads, IAP, audio, toast, vibration, spin-wheel timer scripts.
- Buyer docs in `Document/`.