high life rule

This commit is contained in:
Gator
2022-12-18 13:50:21 +01:00
parent bce0f39aff
commit 61846b88a5
3 changed files with 24 additions and 0 deletions

View File

@ -24,6 +24,7 @@
overpopulationRules,
lonelinessRules,
threebornRules,
highLifeRules,
evolve2d,
} from "../modules/automata.js";
import { getRandomInt, sleep } from "../modules/common.js";
@ -42,6 +43,7 @@
overpopulation: overpopulationRules,
loneliness: lonelinessRules,
threeborn: threebornRules,
highlife: highLifeRules,
},
};
},