space ship

This commit is contained in:
histausse 2021-05-13 01:00:01 +02:00
parent 7ba57de467
commit b0799ea316
Signed by: histausse
GPG key ID: 67486F107F62E9E9

View file

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