Arrow Path is a 3D cube puzzle game. Players tap cubes marked with directional arrows to make them fly out and be eliminated. The goal is to clear all cubes from each level.
---
## Core Gameplay
### Basic Rules
1. **Cubes & Arrows**: Each cube has an arrow pointing in one of six directions (Up, Down, Left, Right, Forward, Backward).
2. **Tap to Eliminate**: Tap a cube, and it will fly out in the direction its arrow is pointing.
3. **Collision Handling**:
- If the flying cube collides with another cube → it returns to its original position
- If two cubes have **opposite** arrows (Up↔Down, Left↔Right, Forward↔Backward) → their direction values **swap** (arrows rotate)
- If no collision occurs → the cube is **eliminated** (removed from the scene)
4. **Win Condition**: Clear all cubes in the current level.
### Level System
- **10 levels** total, with increasing number of cubes
- Each level has a **countdown timer** — if time runs out, you fail
- Star rating (1–3 stars) is awarded based on remaining time — more time remaining = more stars
- Best completion time is recorded after finishing Level 2
### Camera Controls
| Action | Effect |
|--------|--------|
| Single finger drag | Rotate the 3D scene (Y-axis and X-axis) |
| Pinch / Mouse scroll | Zoom in and out |
---
## Power-ups
Three power-ups are available. Each can be used up to **5 times per level** by watching **rewarded video ads**:
| Power-up | Effect |
|----------|--------|
| **Clear** | Instantly removes the first 3 cubes from the board |
| **Fresh** | Randomly shuffles the direction of all cubes on the board |
| **Reverse** | The next cube you tap will move in the opposite direction of its arrow |
---
## Skin System
- **28 stylish skins** available, with the first one unlocked by default
- Unlock more skins through a **gacha system** by watching rewarded ads
- Change skins from the skin selection screen on the home page
---
## Screen Guide
- **Home Screen**: Start game, view best record, enter skin selection, display ads
- **Game Screen**: 3D cube scene + power-up buttons (Clear/Fresh/Reverse) + timer + remaining cube count
- **Result Screen**: Win/loss display, star rating, step count, next level / retry / revive options
---
## Tips
- Use power-ups wisely — they can turn the tide in difficult situations
- Observe arrow directions and plan your tapping order to minimize collisions
- Unlock different skins for a more personalized experience