update last board, new rules
This commit is contained in:
@ -104,6 +104,18 @@ const preset2dRules = [
|
||||
description:
|
||||
"Variation on Conway's Game of Life *without* the overpopulation rule",
|
||||
},
|
||||
{
|
||||
id: "loneliness",
|
||||
name: "Loneliness variation",
|
||||
description:
|
||||
"Variation on Conway's Game of Life *without* the loneliness rule",
|
||||
},
|
||||
{
|
||||
id: "threeborn",
|
||||
name: "Three lives variation",
|
||||
description:
|
||||
"Variation on Conway's Game of Life *without* the 'three live neighbors' rule",
|
||||
},
|
||||
];
|
||||
|
||||
export { presetRuleset, initialStates, preset2dRules };
|
||||
|
||||
Reference in New Issue
Block a user