From 351963665b368dc9ff0a66136cc6220039a0ffe4 Mon Sep 17 00:00:00 2001 From: yoyom Date: Sun, 2 Jun 2024 16:53:34 +0200 Subject: [PATCH] High Life corrected --- examples/Rule/HighLife.csv | 2 +- src/backend/Simulator.java | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/examples/Rule/HighLife.csv b/examples/Rule/HighLife.csv index 3202964..723f48e 100644 --- a/examples/Rule/HighLife.csv +++ b/examples/Rule/HighLife.csv @@ -1,2 +1,2 @@ -3;6 2;3 +3;6 diff --git a/src/backend/Simulator.java b/src/backend/Simulator.java index 3694e43..5e5c223 100644 --- a/src/backend/Simulator.java +++ b/src/backend/Simulator.java @@ -43,14 +43,6 @@ public class Simulator extends Thread { //TODO : add missing attribute initialization grid = new int[COL_NUM][LINE_NUM]; - - - for(int i=0; i<9; i++) { - fieldSurviveValues.add(2); - fieldSurviveValues.add(3); - fieldBirthValues.add(3); - } - } public int getWidth() {