import { GameBox } from './core/GameBox.js'; const game = new GameBox(); game.init();