This game created for js13kgames 2021 competition
Use keys:
LEFT & RIGHT - move
SPACE - fire
UP - rocket
ENTER - play again
Install NodeJS
Install Yarn
Install dependencies
yarn
Generate final build with libs and assets
yarn build
Run game on server
yarn serve
For development use these commands
yarn watch:ts
yarn watch:rollup