From c56f8dff31781e477a51595a364dfb17bbbb0938 Mon Sep 17 00:00:00 2001 From: "guillaume.bonabau" Date: Wed, 29 May 2024 16:16:33 +0200 Subject: [PATCH] hashlife rules --- ressources/Rule/HashLifeRule.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ressources/Rule/HashLifeRule.json diff --git a/ressources/Rule/HashLifeRule.json b/ressources/Rule/HashLifeRule.json new file mode 100644 index 0000000..700cc44 --- /dev/null +++ b/ressources/Rule/HashLifeRule.json @@ -0,0 +1,17 @@ +[{"cell": { + "value" : 1, + "color" : [167,237,139], + "conditionCountNear" : [2,3], + "conditionHighestNear" : [], + "ifValue" : 1, + "elseValue" : 0 +}}, +{"cell": { + "value" : 0, + "color" : [37,52,31], + "conditionCountNear" : [3,6], + "conditionHighestNear" : [], + "ifValue" : 1, + "elseValue" : 0 +}} +] \ No newline at end of file