From b0799ea316d590cd432fee5f53914287e2a328d6 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Thu, 13 May 2021 01:00:01 +0200 Subject: [PATCH] space ship --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 08a573d..090aeef 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_random(); +const universe = Universe.new_space_ship(); const width = universe.width(); const height = universe.height();