Three colors hunt each other into swirling vortices.
This is the whole thing. Phluxel runs it on every cell, every step — the animation is what happens when you repeat it.
PARAM _beat = 700; LET _sr = +(-1:1,-1:1).R; LET _sg = +(-1:1,-1:1).G; LET _sb = +(-1:1,-1:1).B; R >= G & R >= B ? (_sg > _beat ? [255,0,255,0] : [255,255,0,0]) : (G >= B ? (_sb > _beat ? [255,0,0,255] : [255,0,255,0]) : (_sr > _beat ? [255,255,0,0] : [255,0,0,255]))
Paste it into the Rule Editor, or pick Rock-Paper-Scissors from the template list and skip the typing.
Phluxel runs in the browser as a demo, and the free desktop edition has every feature with a watermark on exports.
Open the browser demo Download free (Windows) Wishlist on Steam