import { GameController } from "./classes/controller/GameController"; let gameController = new GameController("niknando"); gameController.start();