Arcade JavaScript game for "Game Off" jam, where participants spend the month of November creating games based on a secret theme, in this case: "Moonshot".
This project is a prototype spacecraft that works with propulsion under the effects of gravity.
Install dependencies and prepare the build directory:
npm install
To watch files for changes, and launch a dev server:
npm run serve
or you can just directly open the index.html file from your browser.