Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rybla/ghostoban


https://github.com/rybla/ghostoban

excaliburjs game typescript

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Ghostoban

A game for the [Brackeys Game Jam 2022.2](https://itch.io/jam/brackeys-8).

Participants:
- Calvin Shyu
- Jae Min Im
- Bretton Chen
- Henry Blanchette

## Developing

To get started:

```sh
git clone https://github.com/Riib11/ghostoban.git
cd ghostoban
npm install
```

To build and launch the project in developer mode:

```sh
npm run build:dev
npm run serve:dev
```

To build and launch the project in production mode:

```sh
npm run build:prod
npm run serve:prod
```