Ludum Dare #37compo
The Sorting Room
How To:
Get as much efficiency (score) as possible by defending you core from data.
Pick up collectors to absorb data. A collector can only hold one type of data.
When a collector picks up the same kind of data it already has it is reset to its default state.
If a collector picks up another data type it is destroyed.
If data reaches the core that lane get blocked.
Controls:
1, 2 and 3 - Select dialog option
A - Move clockwise
D - Move counterclockwise
S - Pick up/drop collector
Get as much efficiency (score) as possible by defending you core from data.
Pick up collectors to absorb data. A collector can only hold one type of data.
When a collector picks up the same kind of data it already has it is reset to its default state.
If a collector picks up another data type it is destroyed.
If data reaches the core that lane get blocked.
Controls:
1, 2 and 3 - Select dialog option
A - Move clockwise
D - Move counterclockwise
S - Pick up/drop collector
Tools: LÖVE



Comments14
What happens if A and B collides:
A = Black and B = Any Color -> A gets B's color and B disappears.
A = B -> A Becomes Black and B disappears.
A != B -> A and B disappears.
If B doesn't collide with A:
B is alone -> Lane gets destroyed.
I was planning to have an interactive tutorial but didn't have time to implement it. And the "One Room" theme kinda disappeared as I developed the game. I kind of justify it as you playing in "One Room" but I admit its a bit weak of a connection.