overpopulation rules

This commit is contained in:
2022-12-15 16:18:57 +01:00
parent 8cf9252779
commit 81b9320452
5 changed files with 73 additions and 5 deletions

View File

@ -16,6 +16,11 @@ export const globalStore = defineStore("globalStore", {
"000": 1,
},
},
selected2dRules: {
id: "conway",
name: "Conway's Game of Life",
description: "The most popular 2d automata",
},
cellProperties: {
size: 3,
liveColor: "#000000",