A super basic but super kick ass breakout style game.
Licensed under the MIT license. Please see LICENSE
for more details.
VSCode + with this project's recommended extensions (see .vscode/extensions.json
)
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
Since this is a static application with no backend, this can be easily deployed anywhere that supports static web apps like Cloudflare Pages, AWS S3, etc.
This repo is set up with a Git hook to deploy to Cloudflare Pages.