Done
This commit is contained in:
parent
b77f7a43f8
commit
7cf1a35b28
|
|
@ -47,7 +47,6 @@ public class Simulator extends Thread {
|
|||
//DONE
|
||||
|
||||
|
||||
//Default rule : Survive always, birth never
|
||||
for(int i =0; i<9; i++) {
|
||||
if (i==2 || i==3) {
|
||||
fieldSurviveValues.add(i);
|
||||
|
|
@ -56,7 +55,7 @@ public class Simulator extends Thread {
|
|||
fieldBirthValues.add(i);
|
||||
}
|
||||
}
|
||||
|
||||
//DONE
|
||||
}
|
||||
|
||||
public int getWidth() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue