LifeWIP patterns

For general discussion about Conway's Game of Life.
Post Reply
EMRSS
Posts: 2
Joined: December 6th, 2018, 9:25 am
Location: I am where I am.

LifeWIP patterns

Post by EMRSS » December 6th, 2018, 10:06 am

this is where unfinished patterns can be found that use LifeWIP; a rule for Golly's RuleLoader made to help with manual construction in GoL. It may be useful for displaying interesting reactions, saving time by not needing a complex stabilizing patterns to see if someting works,...
the next post is the rule for LifeWIP
Last edited by EMRSS on December 6th, 2018, 10:07 am, edited 1 time in total.

EMRSS
Posts: 2
Joined: December 6th, 2018, 9:25 am
Location: I am where I am.

Re: LifeWIP patterns

Post by EMRSS » December 6th, 2018, 10:07 am

@RULE LifeWIP

@TABLE

n_states:5
neighborhood:Moore
symmetries:permute

var A={1,2}
var B={1,2}
var C={1,2}
var D={1,2}
var E={1,2}
var a={0,3,4}
var b={0,3,4}
var c={0,3,4}
var d={0,3,4}
var e={0,3,4}
var f={0,1,2,3,4}
var g={0,1,2,3,4}
var h={0,1,2,3,4}
var i={0,1,2,3,4}
var j={0,4}

j,A,B,C,a,b,c,d,e,1
1,a,b,c,d,e,a,b,f,4
1,A,B,C,D,f,g,h,i,4

@COLORS

0 0 0 0
1 255 255 0
2 0 255 0
3 100 100 100
4 50 50 175

dani
Posts: 1222
Joined: October 27th, 2017, 3:43 pm

Re: LifeWIP patterns

Post by dani » December 6th, 2018, 12:25 pm

Welcome to the forums! Unfortunately this rule seems to be already done by a couple states from the rule extendedlife, which can be found by search extended extendedlife in the oca forums.

Please make sure to place your rule tables and future patterns in a codebox:

Code: Select all

test
e
s
t
You can hit quote on this to see how I pulled that off, but it's essentially just wrapping it in [cod e] on one side and [/code], without the space I inserted

Post Reply