A game for the Brackeys Game Jam 2022.2.
Participants:
- Calvin Shyu
- Jae Min Im
- Bretton Chen
- Henry Blanchette
To get started:
git clone https://github.com/Riib11/ghostoban.git
cd ghostoban
npm install
To build and launch the project in developer mode:
npm run build:dev
npm run serve:dev
To build and launch the project in production mode:
npm run build:prod
npm run serve:prod