Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 405 Bytes

File metadata and controls

17 lines (9 loc) · 405 Bytes

mk-gamejam-2023-07

It's going to be a space game with color magnetics

npm install

You must import using the js extension

import { TitlePage } from "./titlePage.js"

The tasks.json describes a tsc watch task. You can set it to run in the background and it will compile your typescript files to javascript as you save them.

You can also run tsc manually to compile all the files at once.