Canvas & JS space game under 10kb for the 10k Apart competition.
Optimised for touch and mobile, but fully functional with keyboard and mouse.
Demo: http://cki-10k-apart.s3-website-eu-west-1.amazonaws.com
- Clone the repo
- To install dependencies, run
npm install
- Run
npm start
to start HTTP server with the game running. Navigate to the URL displayed displayed in the CLI.
- Run
npm run build
2 The built assets will be placed in abuild
folder