Skip to content

Game Description: A relaxing, minimalist puzzle game where the player taps tiles on a grid to rotate their color. The goal is to make all tiles the same color within a limited number of moves.

Notifications You must be signed in to change notification settings

zdemirgithub/tilestars-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฎ Color Grid: Sync Logic

A minimalist, logic-based mobile puzzle game built in Unity (2D) for Android & iOS.


๐Ÿง  Game Description

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.


๐Ÿ› ๏ธ Built With

  • Unity 2022+ (2D)
  • C#
  • ScriptableObjects (for level configs)
  • Unity UI Toolkit

๐Ÿงฉ Features

  • โœ… Dynamic Grid Sizes (3x3 to 6x6)
  • โœ… Patterned Color Interactions
  • โœ… Move Limits
  • โœ… Level-Based Progression
  • โœ… Win/Loss Logic
  • โœ… Mobile-Ready UI
  • โœ… Polished Animations & Transitions

๐ŸŽฎ Controls

  • Tap a tile to rotate its color.
  • Other tiles rotate depending on the pattern.
  • Win by matching the target pattern within the move limit.

๐Ÿ“ฆ Project Setup

  1. 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

About

Game Description: A relaxing, minimalist puzzle game where the player taps tiles on a grid to rotate their color. The goal is to make all tiles the same color within a limited number of moves.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages