Almost the end4
This commit is contained in:
parent
3e6d38aa6a
commit
a8498b4afa
|
|
@ -7,8 +7,8 @@ public class Simulator extends Thread {
|
|||
|
||||
private MyInterface mjf;
|
||||
|
||||
private final int COL_NUM = 100;
|
||||
private final int LINE_NUM = 100;
|
||||
private final int COL_NUM = 50;
|
||||
private final int LINE_NUM = 50;
|
||||
private final int LIFE_TYPE_NUM = 4;
|
||||
//Conway Radius : 1
|
||||
private final int LIFE_AREA_RADIUS = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue