Skip to content

YoCodingJosh/brick-blaster

Repository files navigation

Brick Blaster!

A super basic but super kick ass breakout style game.

License

Licensed under the MIT license. Please see LICENSE for more details.

Recommended IDE Setup

VSCode + with this project's recommended extensions (see .vscode/extensions.json)

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Deploy

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.