update last board, new rules

This commit is contained in:
Gator
2022-12-15 21:24:17 +01:00
parent beab487429
commit 2d57acd0a5
3 changed files with 46 additions and 4 deletions

View File

@ -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 };