some more cart infrastructure

This commit is contained in:
dylan
2023-05-02 17:06:54 -07:00
parent a7b675d541
commit fdc8f97aee
7 changed files with 61 additions and 57 deletions

View File

@ -2,10 +2,9 @@ import {
mainloop,
frame,
} from "./window.ts";
import cart from "./cart_unpacked.json" assert { type: "json" };
import { parseCodeSheet } from "./cart_tools.ts";
import { codeSheet } from "./sheet.ts";
const game = parseCodeSheet(cart[0].value);
const game = codeSheet(0);
game.init();