High Life corrected

This commit is contained in:
yoyom 2024-06-02 16:53:34 +02:00
parent 5148f4f586
commit 351963665b
2 changed files with 1 additions and 9 deletions

View File

@ -1,2 +1,2 @@
3;6
2;3 2;3
3;6

1 2 6 3
6 3
1 2 3 2 3
2 3 6

View File

@ -43,14 +43,6 @@ public class Simulator extends Thread {
//TODO : add missing attribute initialization //TODO : add missing attribute initialization
grid = new int[COL_NUM][LINE_NUM]; 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() { public int getWidth() {