still testing
This commit is contained in:
parent
d569d9e9f3
commit
7adffcc2d5
|
|
@ -59,9 +59,9 @@ public class Simulator extends Thread {
|
||||||
|
|
||||||
|
|
||||||
//Default rule : Survive always, birth never
|
//Default rule : Survive always, birth never
|
||||||
for(int i =0; i<9; i++) {
|
//for(int i =0; i<9; i++) {
|
||||||
fieldSurviveValues.add(i);
|
// fieldSurviveValues.add(i);
|
||||||
}
|
//}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -73,7 +73,7 @@ public class Simulator extends Thread {
|
||||||
return world.getHeight();
|
return world.getHeight();
|
||||||
}
|
}
|
||||||
|
|
||||||
public World getActualWorld(){
|
public World getWorld(){
|
||||||
return world;
|
return world;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue