random start
This commit is contained in:
parent
645cf7d32c
commit
7ba57de467
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -7,7 +7,7 @@ const GRID_COLOR = "#444444";
|
||||||
const DEAD_COLOR = "#000000";
|
const DEAD_COLOR = "#000000";
|
||||||
const ALIVE_COLOR = "#FFFFFF";
|
const ALIVE_COLOR = "#FFFFFF";
|
||||||
|
|
||||||
const universe = Universe.new();
|
const universe = Universe.new_random();
|
||||||
const width = universe.width();
|
const width = universe.width();
|
||||||
const height = universe.height();
|
const height = universe.height();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue