overpopulation rules
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user