04-22-2015, 07:55 AM
Marquesas Wrote:I meant actually code this. Within reason, without added performance loss, within the capabilities of BYOND.I... don't understand how it would be either of those things?
I understand the algorithm itself but this would both be needlessly complicated and fairly slow.
The blob spawns. The blob picks its color one time, the organ color is then calculated using simple addition (the fastest of computer processes). There's no need for the calculation to ever be performed again because the two colors are set in stone for the entirety of the round.