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