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();