Skip to content

splotchysnow/Color-Shift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Shift

A minimalist color-mixing puzzle where you select tiles and watch them shift based on neighboring colors. Match the goal grid in as few steps as possible using R/G/B mixing rules that produce new colors. Quick to learn, satisfying to master.

🎮 Play on itch.io


How to Play

  1. Tap any tile to see its valid color choices
  2. Choose a color to apply it — tiles can copy a neighbor's color or mix two neighbors together
  3. Match the Goal Grid in as few steps as possible

Color Mixing Rules

Mix Result
R + G Yellow
G + B Cyan
R + B Magenta
R + G + B White
  • Edge tiles always allow R, G, and B as inputs
  • Interior tiles can copy a neighbor's color or mix adjacent neighbors
  • Use Undo if you make a mistake

Features

  • Grid sizes from 2×2 up to 8×8
  • Built-in tutorial covering all mechanics
  • Local leaderboard — compete against your own best scores
  • Colorblind-friendly design
  • Mouse and touchscreen support

Run Locally

npm install
npm start

Requires Node.js. Built with Electron.


Tech Stack

  • HTML / CSS / Vanilla JS
  • Electron (desktop wrapper)

About

A original minimalist color-mixing puzzle game. Match the goal grid in as few steps as possible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors