- canvas starship game with targets, bullets, collision detection
- main branch holds the implementation with types. there is also a classes branch. Dist, the build folder is in the repo so the compiled js can be compared.
- poc done
- npm
- npm install
- ./node_modules/typescript/bin/tsc
- python3 -m http.server 6969
- open
- ./node_modules/typescript/bin/tsc --watch
