A downloadable game for Windows

This is platformer where the player character can change color. The player can only interact with objects where the colors share atleast one channel (RGB). 

The colors rgb: 
Red: 1, 0, 0

Green 0, 1, 0

Blue 0, 0, 1

Yellow 1, 1, 0

Purple 1, 0, 1

Cyan 0, 1, 1

Examples: 

if the player is RED they can interact with RED, YELLOW and PURPLE objects. 

if the player is PURPLE they can interact with RED, BLUE, PURPLE, CYAN and YELLOW objects.

Every 10 seconds the color of the player changes to the color of the last platform the player stood on. If the new color is the same as the current, the game is lost.

The objective is to get to the end of the level, with as many coins collected and in as few 10 second cycles as possible.

Download

Download
ColorTimerGame.zip 9 MB

Leave a comment

Log in with itch.io to leave a comment.