A minimalist, logic-based mobile puzzle game built in Unity (2D) for Android & iOS.
Tap to rotate tiles and sync all of them to match the target color pattern. Each tap rotates a tile and influences other tiles in a pattern. Finish within a limited number of moves to win.
- Unity 2022+ (2D)
- C#
- ScriptableObjects (for level configs)
- Unity UI Toolkit
- โ Dynamic Grid Sizes (3x3 to 6x6)
- โ Patterned Color Interactions
- โ Move Limits
- โ Level-Based Progression
- โ Win/Loss Logic
- โ Mobile-Ready UI
- โ Polished Animations & Transitions
- Tap a tile to rotate its color.
- Other tiles rotate depending on the pattern.
- Win by matching the target pattern within the move limit.
- Clone this repo:
git clone https://github.com/yourname/color-grid-sync.git
cd color-grid-sync
Open in Unity Hub (2022.3+)
Run scene: Scenes/Main.unity
For Android/iOS:
Go to File โ Build Settings โ Switch Platform
Configure Player Settings โ Build & Run