
Chromachron
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
This is a platformer where the player character can change color. The player can only interact with objects where the color of the player and the object share atleast one channel (RGB).
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.
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.
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.