From 7ba57de4672a6a84db7f155c162a267809bacd7e Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Thu, 13 May 2021 00:41:25 +0200 Subject: [PATCH] random start --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6924251..08a573d 100644 --- a/index.js +++ b/index.js @@ -7,7 +7,7 @@ const GRID_COLOR = "#444444"; const DEAD_COLOR = "#000000"; const ALIVE_COLOR = "#FFFFFF"; -const universe = Universe.new(); +const universe = Universe.new_random(); const width = universe.width(); const height = universe.height();