high life rule
This commit is contained in:
@ -116,6 +116,12 @@ const preset2dRules = [
|
||||
description:
|
||||
"Variation on Conway's Game of Life *without* the 'three live neighbors' rule",
|
||||
},
|
||||
{
|
||||
id: "highlife",
|
||||
name: "HighLife variation",
|
||||
description:
|
||||
"Variation on Conway's Game of Life where a cell live if the six neighbor cells are alive",
|
||||
},
|
||||
];
|
||||
|
||||
export { presetRuleset, initialStates, preset2dRules };
|
||||
|
||||
Reference in New Issue
Block a user