import { Game } from "./game.js"; const game = new Game(10, 10, 10, '#grid');