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 installnpm run devnpm run buildLint with ESLint
npm run lintSince 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.