Switch to TypeScript

This commit is contained in:
asraelite 2024-05-13 18:29:10 +02:00 committed by Markus Scully
parent 1648b7e3d0
commit bf71f55130
45 changed files with 754 additions and 159 deletions

View file

@ -1,9 +1,11 @@
# Improcket
A little 2D space rocket game. Not done tho.
A little 2D space rocket game originally made for a game jam.
### Building
Install `rollup` and run `./rollup`.
`npm install`
`npm run build`
Host `dist/` on some static HTTP server.