High Life corrected
This commit is contained in:
parent
5148f4f586
commit
351963665b
|
|
@ -1,2 +1,2 @@
|
||||||
3;6
|
|
||||||
2;3
|
2;3
|
||||||
|
3;6
|
||||||
|
|
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue