Compare commits

...

2 Commits

Author SHA1 Message Date
histausse b0799ea316
space ship 3 years ago
histausse 7ba57de467
random start 3 years ago

@ -7,7 +7,7 @@ const GRID_COLOR = "#444444";
const DEAD_COLOR = "#000000";
const ALIVE_COLOR = "#FFFFFF";
const universe = Universe.new();
const universe = Universe.new_space_ship();
const width = universe.width();
const height = universe.height();

Loading…
Cancel
Save