hadean-old/src/index.ts

6 lines
135 B
TypeScript
Raw Normal View History

2021-06-14 22:03:55 -04:00
import { Game } from './Game.js';
import { render } from './UI.js';
const game = Game.create('data/world01.json');
render(game);