"## ?? Game goal
**Control the ball to move to the end point (black hole)**, avoid the obstacle walls, and successfully complete the challenge!
---
## ??️ How to operate
- Use **Gyroscope** to shake the phone to control the movement of the ball.
- Unable to pass through gray (colored) walls.
---
## ?? Element description
| Element | Description |
|-------------|---------------------------------------------|
| ?? Wall | An obstacle that the ball cannot pass through. The color is gray-blue (#607D8B) |
| ⬜ Open space | An area where the ball can move freely |
| ?? Cave Entrance | The final location, it will be deemed as clearance upon arrival |
| ?? Small ball | Player-controlled protagonist |
---
## ?? Game Features
-Supports two wall styles (uniform color/color wall)
- Supports rounded corner drawing and texture materials (such as small balls or hole pictures)
- Automatically center the maze map to adapt to different screens
- Lightweight drawing, suitable for embedding in other Android projects"