Rule:VNlife

From LifeWiki
Jump to navigation Jump to search

@RULE VNlife

A failed attempt at emulating Life using a multistate von Neumann rule.

Actually quite interesting due to having versatile and high period oscillators.

@TABLE n_states:5 neighborhood:vonNeumann symmetries:rotate4reflect var a = {0,1,2,3,4} var b = {0,1,2,3,4} var c = {0,1,2,3,4} var d = {0,1,2,3,4} 0,1,0,0,0,3 0,1,1,0,0,3 0,1,1,1,1,3 1,1,0,0,0,3 1,a,b,c,d,3 3,3,0,0,0,0 3,3,3,0,0,0 3,3,3,3,3,2 0,2,2,0,0,1 2,2,2,2,a,0 2,2,2,2,2,0 2,2,a,2,b,1 2,2,2,a,b,1 2,a,b,c,d,0 3,a,b,c,d,4 4,2,2,a,b,0 4,2,a,2,b,0 4,0,0,0,0,0 4,a,b,c,d,1

@COLORS 1 255 255 255 2 192 192 128 3 192 128 0 4 192 192 0