7 lines
194 B
TypeScript
7 lines
194 B
TypeScript
import { hostGame } from "./engine/internal/host.ts";
|
|
import { game } from "./game.ts";
|
|
import { getStateManager } from "./statemanager.ts";
|
|
|
|
getStateManager().startFirstGame();
|
|
hostGame(game);
|